Skip to content

Commit

Permalink
TST: update NEP minimum numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 12, 2021
1 parent dd87aab commit 7a92679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- sphinx-build -b linkcheck docs dist/docs
- name: '3.6 w/ numpy 1.16 (NEP 029)'
python: '3.6'
env: NUMPY_VER=1.16
env: NUMPY_VER=1.17
script: pytest --cov=pysatMissions/
after_success: coveralls --rcfile=setup.cfg
- name: '3.7 with flake8'
Expand Down

0 comments on commit 7a92679

Please sign in to comment.