From 60e7c6190e28d68aa4e7c7373cb5f5083260d9f5 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Tue, 22 Oct 2019 16:26:02 -0700 Subject: [PATCH] Update trio and curio dependencies eagerly. Otherwise we get an old version of attr; which fails at runtime. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3369a9695f1..b14f7d7354f 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