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:
parent
d286f637d6
commit
a008b488b1
2
tox.ini
2
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user