mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-25 01:13:37 +01:00
13 lines
178 B
INI
13 lines
178 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[upload]
|
|
sign=true
|
|
identity=0x1784577F811F6EAC
|
|
|
|
[tool:pytest]
|
|
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
|