Skip to content

Commit

Permalink
remove python 3.2 special dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Aug 28, 2016
1 parent 1af6d76 commit 5fdea06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
-r pip-requirements.txt

nose>=1.3
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'
coverage>=4.0
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'
coveralls>=1.1
tox>=2.2

0 comments on commit 5fdea06

Please sign in to comment.