Remove unused test environment

This commit is contained in:
Ammar Askar 2015-04-03 09:01:07 +05:00
parent 1249f99a1e
commit 89f788f3ea
1 changed files with 0 additions and 7 deletions

View File

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