mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Tox will now fail on pylint or typing problems.
This commit is contained in:
parent
60de5e55cb
commit
bbbd75ee69
6
tox.ini
6
tox.ini
@ -29,9 +29,9 @@ commands =
|
||||
py{py3,36,37,38,39}-{lint,pylint},lint: {[testenv:pylint]commands}
|
||||
py{py3,36,37,38,39}-{lint,flake8},lint: {[testenv:flake8]commands}
|
||||
py{py3,36,37,38,39}-{lint,vulture},lint: {[testenv:vulture]commands}
|
||||
ignore_outcome =
|
||||
type: true
|
||||
lint: true
|
||||
#ignore_outcome =
|
||||
# type: true
|
||||
# lint: true
|
||||
|
||||
[testenv:cov]
|
||||
deps =
|
||||
|
Loading…
Reference in New Issue
Block a user