Update version of flake8

This commit is contained in:
Pradyun S. Gedam 2017-05-15 14:18:58 +05:30
parent 9923c1ad7e
commit f36a052fa4
1 changed files with 2 additions and 2 deletions

View File

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