diff options
| -rw-r--r-- | requirements-test.txt | 3 | ||||
| -rw-r--r-- | tox.ini | 3 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/requirements-test.txt b/requirements-test.txt index 411daeba..2880f5a9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,8 @@  pytest-django==2.6  pytest==2.5.2  pytest-cov==1.6 -flake8==2.2.2 +pep8==1.5.7 +flake8==2.4.0  # Optional packages  markdown>=2.1.0 @@ -15,7 +15,8 @@ setenv =  [testenv:flake8]  basepython = python2.7  deps = pytest==2.5.2 -       flake8==2.2.2 +       pep8==1.5.7 +       flake8==2.4.0  commands = ./runtests.py --lintonly  [testenv:py3.4-django1.7] | 
