We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fc754 commit 2a6f25cCopy full SHA for 2a6f25c
requirements-test.txt
@@ -2,7 +2,8 @@
2
pytest-django==2.6
3
pytest==2.5.2
4
pytest-cov==1.6
5
-flake8==2.2.2
+pep8==1.5.7
6
+flake8==2.4.0
7
8
# Optional packages
9
markdown>=2.1.0
tox.ini
@@ -15,7 +15,8 @@ setenv =
15
[testenv:flake8]
16
basepython = python2.7
17
deps = pytest==2.5.2
18
- flake8==2.2.2
+ pep8==1.5.7
19
+ flake8==2.4.0
20
commands = ./runtests.py --lintonly
21
22
[testenv:py3.4-django1.7]
0 commit comments