1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Run flake8 on the entire repository

This commit is contained in:
Donald Stufft 2014-01-28 12:00:00 -05:00
parent d76330e0d8
commit 7a0bdd8a51

View file

@ -21,12 +21,12 @@ commands =
[testenv:pep8]
basepython = python2.7
deps = flake8
commands = flake8 pip/
commands = flake8 .
[testenv:py3pep8]
basepython = python3.3
deps = flake8
commands = flake8 pip/
commands = flake8 .
[flake8]