2016-07-10 03:26:32 +02:00
|
|
|
[aliases]
|
|
|
|
test=pytest
|
2017-07-09 00:45:50 +02:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[upload]
|
|
|
|
sign=true
|
|
|
|
identity=0x1784577F811F6EAC
|
2018-10-17 09:12:04 +02:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
|