diff --git a/tox.ini b/tox.ini index 804cf0f..2527a26 100644 --- a/tox.ini +++ b/tox.ini @@ -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