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

[bdist_wheel]
universal = 1

[upload]
sign=true
identity=0x1784577F811F6EAC

[flake8]
count=true
show-source=true
statistics=true

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