Drop 'pep8' tox target

We have flake8 which is a wrapper around pep8, pyflakes and mccabe.
This commit is contained in:
Sascha Peilicke 2014-02-02 17:24:31 +01:00
parent 4a7aaa6ce5
commit 0e6faff0fb
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1,2 @@
-r requirements.txt
pep8==1.4.6
flake8

View File

@ -5,9 +5,6 @@ envlist = py26,py27,py33,flake8
deps = -r{toxinidir}/test-requirements.txt
commands = python test/__init__.py -v
[testenv:pep8]
commands = pep8 --repeat --show-source --ignore=E501 --exclude=.venv,.tox,build,dist,doc
[testenv:flake8]
commands = flake8