Skip to content

Commit

Permalink
travis: fix actual matrix entry for mpl dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Sep 18, 2020
1 parent 8e1264d commit 7fba277
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 @@ -46,7 +46,7 @@ matrix:
env: PYTHON_VERSION=3.6 MATPLOTLIB_VERSION=2.2 NUMPY_VERSION=stable ASTROPY_VERSION=stable

- os: linux
env: PYTHON_VERSION=3.6 MATPLOTLIB_VERSION=dev NUMPY_VERSION=dev ASTROPY_VERSION=dev
env: PYTHON_VERSION=3.7 MATPLOTLIB_VERSION=dev NUMPY_VERSION=dev ASTROPY_VERSION=dev

allow_failures:
- env: PYTHON_VERSION=3.7 MATPLOTLIB_VERSION=dev NUMPY_VERSION=dev ASTROPY_VERSION=dev
Expand Down

0 comments on commit 7fba277

Please sign in to comment.