Skip to content

Commit

Permalink
Require flake8 to be < 3.0 for Python 2.6 support (html5lib#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders authored and jgraham committed Jul 26, 2016
1 parent 43aeaef commit a3022dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt

flake8
flake8<3.0
pytest
pytest-expect>=1.1,<2.0
mock
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = {py26,py27,py33,py34,py35,pypy}-{base,optional}

[testenv]
deps =
flake8
flake8<3.0
pytest
pytest-expect>=1.1,<2.0
mock
Expand Down

0 comments on commit a3022dc

Please sign in to comment.