Skip to content

Commit

Permalink
less strict with requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Nov 15, 2015
1 parent 3833e88 commit 269f715
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-r pip-requirements.txt

nose==1.3.7
coverage==3.7.1
flake8==2.4.1
coveralls==1.0
tox
nose>=1.3
coverage>=3.7
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'
tox>=2.2

0 comments on commit 269f715

Please sign in to comment.