From efbef07096df261cb1775bffaeb7c99905ce21a6 2019-10-17 23:10:55 From: Ben Lewis Date: 2019-10-17 23:10:55 Subject: [PATCH] Build fix: pip should not ignore sub-dependency version requirements. --- diff --git a/.travis.yml b/.travis.yml index 3369a96..b14f7d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ install: - pip install pip --upgrade - pip install setuptools --upgrade - pip install -e file://$PWD#egg=ipython[test] --upgrade - - pip install trio curio + - pip install trio curio --upgrade --upgrade-strategy eager - pip install 'pytest<4' matplotlib - pip install codecov check-manifest --upgrade