Skip to content

Commit 361f67e

Browse files
committed
travis: install numpy>=1.14 (new print formatting)
1 parent ef8823a commit 361f67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ addons:
1515
- xvfb
1616

1717
install:
18-
- pip install -U pip setuptools
19-
- pip install -U .[alldeps,test,doc]
18+
- pip install -U --upgrade-strategy eager .[alldeps,test,doc]
19+
# Update dependencies (e.g. numpy formatting changed in v1.14).
2020

2121
script:
2222
# - make lint

0 commit comments

Comments
 (0)