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

[bdist_wheel]
universal = 1

[upload]
sign=true
identity=0x1784577F811F6EAC

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