Tox will now fail on pylint or typing problems.

This commit is contained in:
Joe Testa 2021-01-21 10:47:52 -05:00
parent 60de5e55cb
commit bbbd75ee69

View File

@ -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 =