summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: dbdf1616a95076dee4e5cf70b4953ea4877e5bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[aliases]
test=pytest

[bdist_wheel]
universal = 1

[upload]
sign=true
identity=0x1784577F811F6EAC

[flake8]
count=true
show-source=true
statistics=true
max-line-length=128

[tool:pytest]
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing