Skip to content

Commit

Permalink
Merge pull request #11923 from Carreau/fix-attr
Browse files Browse the repository at this point in the history
Update trio and curio dependencies eagerly.
  • Loading branch information
Carreau committed Oct 23, 2019
2 parents 314c1a3 + 60e7c61 commit 0195064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0195064

Please sign in to comment.