mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-08 00:54:06 +01:00
19 lines
252 B
INI
19 lines
252 B
INI
[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
|