Oops, ignore pylint warnings not errors

This commit is contained in:
Ammar Askar 2015-04-03 04:29:40 +05:00
parent 398050c248
commit d0f6120043

View File

@ -53,15 +53,15 @@ basepython = python3.4
deps =
{[testenv]deps}
pylint
commands =
- pylint minecraft -f colorized -d all -e W -r n
commands = pylint minecraft -f colorized -d all -e W -r n
[testenv:pylint-full]
basepython = python3.4
deps =
{[testenv]deps}
pylint
commands = pylint minecraft -f colorized --disable=E
commands =
- pylint minecraft -f colorized --disable=E
[testenv:docs]
basepython = python3.4