Skip to content

Commit

Permalink
Increment old numpy versions (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeifert04 committed Nov 24, 2019
1 parent 4093e05 commit bfd2810
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ matrix:
SETUP_CMD='test --coverage'

# Check compatibility with the current astropy LTS release
- python: 3.6
env: ASTROPY_VERSION=2
- env: ASTROPY_VERSION=2
PYTEST_VERSION=3.6
PYTHON_VERSION=3.6

- python: 3.5
env: NUMPY_VERSION=1.13
- env: NUMPY_VERSION=1.14
PYTHON_VERSION=3.5

- python: 3.6
env: NUMPY_VERSION=1.14
- env: NUMPY_VERSION=1.15
PYTHON_VERSION=3.6

# Try numpy pre-release version. This runs only when a pre-release
# is available on pypi.
Expand Down

0 comments on commit bfd2810

Please sign in to comment.