Skip to content

Commit

Permalink
ci: update numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 4, 2020
1 parent cfa6d83 commit 9f7d499
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
notifications:
email: false
env:
matrix:
- NUMPY="==1.11"
- NUMPY="==1.12"
- NUMPY="==1.13"
- NUMPY="==1.14"
- NUMPY=">=1.14"
- NUMPY="==1.15"
- NUMPY="==1.16"
- NUMPY=">=1.18"
install:
# numpy (must be installed before pyfftw, unwrap)
- travis_retry pip install "numpy${NUMPY}"
Expand Down

0 comments on commit 9f7d499

Please sign in to comment.