Skip to content

Commit

Permalink
update numpy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 4, 2020
1 parent 676ecce commit b38024e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ notifications:
email: false
env:
matrix:
- NUMPY="==1.13"
- NUMPY="==1.15"
- NUMPY="==1.16"
- NUMPY="<1.15"
- NUMPY="<1.16"
- NUMPY="<1.17"
- NUMPY="<1.18"
- NUMPY=">=1.18"
install:
# numpy (must be installed before pyfftw, unwrap)
Expand Down

0 comments on commit b38024e

Please sign in to comment.