Skip to content

Commit 2a6f25c

Browse files
author
Andy Freeland
committed
Pin flake8 2.4.0 and pep8 1.5.7
1 parent f7fc754 commit 2a6f25c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
pytest-django==2.6
33
pytest==2.5.2
44
pytest-cov==1.6
5-
flake8==2.2.2
5+
pep8==1.5.7
6+
flake8==2.4.0
67

78
# Optional packages
89
markdown>=2.1.0

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ setenv =
1515
[testenv:flake8]
1616
basepython = python2.7
1717
deps = pytest==2.5.2
18-
flake8==2.2.2
18+
pep8==1.5.7
19+
flake8==2.4.0
1920
commands = ./runtests.py --lintonly
2021

2122
[testenv:py3.4-django1.7]

0 commit comments

Comments
 (0)