Remove pep8/bashate targets

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

Change-Id: I2bfdac672b3d1d375e098e9b38371935a6f208fe
This commit is contained in:
Andreas Jaeger 2015-12-23 09:56:42 +01:00
parent 27b0a8800c
commit 6af9364e68
1 changed files with 0 additions and 6 deletions

View File

@ -14,9 +14,6 @@ commands =
{toxinidir}/tools/run-bashate.sh
python {toxinidir}/tools/sorted_modules_env.py {toxinidir}/modules.env
[testenv:pep8]
commands = flake8
[testenv:venv]
commands = {posargs}
@ -28,6 +25,3 @@ show-source = True
exclude = .tox,.eggs
ignore = E125,H
select = H231
[testenv:bashate]
commands = {toxinidir}/tools/run-bashate.sh