Skip to content

Commit

Permalink
travis: requires numpy with new print formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Jun 18, 2018
1 parent ef8823a commit 8e559ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,8 @@ addons:

install:
- pip install -U pip setuptools
- pip install -U .[alldeps,test,doc]
- pip install 'numpy>=1.14'
- pip install .[alldeps,test,doc]

script:
# - make lint
Expand Down

0 comments on commit 8e559ee

Please sign in to comment.