Skip to content

Commit

Permalink
test-requirements.txt : Change pip requirement
Browse files Browse the repository at this point in the history
Made changes to specifically bar pip versions 9.0.2 and
10.0 in test-requirements.txt.

Fixes coala#2404
  • Loading branch information
AadilMehdi Sanchawala authored and AadilMehdi Sanchawala committed May 29, 2018
1 parent 3853209 commit 2f4df16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage~=4.2.0
codecov~=2.0.5
moban~=0.0.9
pip<=9.0.1
pip!=9.0.2, !=10.0.*
pytest~=3.0
pytest-cov~=2.4
pytest-env~=0.6.0
Expand Down

0 comments on commit 2f4df16

Please # to comment.