Skip to content

Commit a3022dc

Browse files
gsneddersjgraham
authored andcommitted
Require flake8 to be < 3.0 for Python 2.6 support (#291)
1 parent 43aeaef commit a3022dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22

3-
flake8
3+
flake8<3.0
44
pytest
55
pytest-expect>=1.1,<2.0
66
mock

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = {py26,py27,py33,py34,py35,pypy}-{base,optional}
33

44
[testenv]
55
deps =
6-
flake8
6+
flake8<3.0
77
pytest
88
pytest-expect>=1.1,<2.0
99
mock

0 commit comments

Comments
 (0)