Skip to content

Commit

Permalink
Install an older version of flake for python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Dec 7, 2016
1 parent adb8868 commit 06eee63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-requirements.txt
@@ -1,6 +1,7 @@
# This file lists the dependencies of this extension.
# Install with a command like: pip install -r pip-requirements.txt
flake8==3.0.4
flake8==3.0.4; python_version >= '2.7'
flake8==2.1.0; python_version == '2.6'
nose==1.3.0
tox==1.7.1
coverage==3.7.1
Expand Down

0 comments on commit 06eee63

Please sign in to comment.