Add ignoring of exit code for pylint job in tox

This commit is contained in:
Roman Mogilatov 2015-03-18 17:06:07 +02:00
parent e07119c914
commit 126883f5c1

View File

@ -32,7 +32,7 @@ basepython=python2.7
deps=
pylint
commands=
pylint -f colorized --rcfile=./.pylintrc objects
- pylint -f colorized --rcfile=./.pylintrc objects
[testenv:flake8]
basepython=python2.7