##// END OF EJS Templates
Build fix: pip should not ignore sub-dependency version requirements.
Ben Lewis -
Show More
@@ -38,7 +38,7 b' install:'
38 - pip install pip --upgrade
38 - pip install pip --upgrade
39 - pip install setuptools --upgrade
39 - pip install setuptools --upgrade
40 - pip install -e file://$PWD#egg=ipython[test] --upgrade
40 - pip install -e file://$PWD#egg=ipython[test] --upgrade
41 - pip install trio curio
41 - pip install trio curio --upgrade --upgrade-strategy eager
42 - pip install 'pytest<4' matplotlib
42 - pip install 'pytest<4' matplotlib
43 - pip install codecov check-manifest --upgrade
43 - pip install codecov check-manifest --upgrade
44
44
General Comments 0
You need to be logged in to leave comments. Login now