From 60e7c6190e28d68aa4e7c7373cb5f5083260d9f5 2019-10-22 23:26:22 From: Matthias Bussonnier Date: 2019-10-22 23:26:22 Subject: [PATCH] Update trio and curio dependencies eagerly. Otherwise we get an old version of attr; which fails at runtime. --- 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