Remove pep8/bashate targets

These targets are now part of the linters environment, so can be
removed.

Change-Id: I451e2c0a745439838c58bb024d81196f347cfd7b
This commit is contained in:
Andreas Jaeger 2015-12-23 10:07:22 +01:00
parent e38327227e
commit abac964a99

View File

@ -6,13 +6,6 @@ skipsdist = True
[testenv]
deps = -r{toxinidir}/test-requirements.txt
[testenv:bashate]
commands = {toxinidir}/tools/run-bashate.sh
[testenv:pep8]
commands =
flake8
[testenv:linters]
commands =
{toxinidir}/tools/run-bashate.sh