Skip to content

Commit 0e6faff

Browse files
committed
Drop 'pep8' tox target
We have flake8 which is a wrapper around pep8, pyflakes and mccabe.
1 parent 4a7aaa6 commit 0e6faff

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
-r requirements.txt
2-
pep8==1.4.6
32
flake8

tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ envlist = py26,py27,py33,flake8
55
deps = -r{toxinidir}/test-requirements.txt
66
commands = python test/__init__.py -v
77

8-
[testenv:pep8]
9-
commands = pep8 --repeat --show-source --ignore=E501 --exclude=.venv,.tox,build,dist,doc
10-
118
[testenv:flake8]
129
commands = flake8
1310

0 commit comments

Comments
 (0)