Pin flake8 to 2.3.0

This commit is contained in:
Donald Stufft 2015-03-05 17:04:50 -05:00
parent b9f2d5d5bb
commit e324b27b61
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ commands = check-manifest
[testenv:pep8]
basepython = python2.7
deps = flake8
deps = flake8==2.3.0
commands = flake8 .
[testenv:py3pep8]
basepython = python3.3
deps = flake8
deps = flake8==2.3.0
commands = flake8 .
[flake8]