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 = deps =
{[testenv]deps} {[testenv]deps}
pylint pylint
commands = commands = pylint minecraft -f colorized -d all -e W -r n
- pylint minecraft -f colorized -d all -e W -r n
[testenv:pylint-full] [testenv:pylint-full]
basepython = python3.4 basepython = python3.4
deps = deps =
{[testenv]deps} {[testenv]deps}
pylint pylint
commands = pylint minecraft -f colorized --disable=E commands =
- pylint minecraft -f colorized --disable=E
[testenv:docs] [testenv:docs]
basepython = python3.4 basepython = python3.4