From bbbd75ee6910ef6e91e878a82cd641c7c5985fb7 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 21 Jan 2021 10:47:52 -0500 Subject: [PATCH] Tox will now fail on pylint or typing problems. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index f2fb19b..eb2103a 100644 --- a/tox.ini +++ b/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 =