Skip to content

Commit

Permalink
dependencies fix for python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Nov 15, 2015
1 parent 269f715 commit 496008c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-r pip-requirements.txt

nose>=1.3
coverage>=3.7
coverage==3.7.1 ; python_version >= '3.2' and python_version < '3.3'
coverage>=4.0 ; python_version < '3.2' or python_version >= '3.3'
flake8>=2.4
coveralls==1.0 ; python_version >= '3.2' and python_version < '3.3'
coveralls>=1.1 ; python_version < '3.2' or python_version >= '3.3'
Expand Down

0 comments on commit 496008c

Please sign in to comment.