Skip to content

Commit 8e559ee

Browse files
committed
travis: requires numpy with new print formatting
1 parent ef8823a commit 8e559ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ addons:
1616

1717
install:
1818
- pip install -U pip setuptools
19-
- pip install -U .[alldeps,test,doc]
19+
- pip install 'numpy>=1.14'
20+
- pip install .[alldeps,test,doc]
2021

2122
script:
2223
# - make lint

0 commit comments

Comments
 (0)