diff --git a/tox.ini b/tox.ini index 9e3b03c9c..00b4bc839 100644 --- a/tox.ini +++ b/tox.ini @@ -79,6 +79,7 @@ commands = {envpython} -m py.test --strict -rfEw {posargs:tests} [testenv:misc] +ignore_errors = true basepython = python3 # For global .gitignore files passenv = HOME @@ -97,6 +98,7 @@ commands = [testenv:pylint] basepython = python3.4 +ignore_errors = true skip_install = true setenv = PYTHONPATH={toxinidir}/scripts/dev passenv =