tox: Set ignore_errors for some environments.

We want to run pylint on tests as well if the first pylint invocation failed.
This commit is contained in:
Florian Bruhin 2015-11-30 07:00:20 +01:00
parent d286f637d6
commit a008b488b1

View File

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