Skip to content

Commit

Permalink
use more recent packages travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lspitler committed Aug 28, 2020
1 parent 38a1e16 commit 6c55f18
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
# The following versions are the 'default' for tests, unless
# overridden underneath. They are defined here in order to save having
# to repeat them for all configurations.
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
- NUMPY_VERSION=stable
- ASTROPY_VERSION=stable
- MAIN_CMD='python setup.py'
Expand Down Expand Up @@ -59,9 +59,10 @@ env:
matrix:
# Make sure that egg_info works without dependencies
#- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
#- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
#- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.7 SETUP_CMD='egg_info'

matrix:

Expand Down Expand Up @@ -98,12 +99,14 @@ matrix:

#- os: linux
# env: PYTHON_VERSION=2.7 NUMPY_VERSION=1.9
#- os: linux
# env: PYTHON_VERSION=3.4 NUMPY_VERSION=1.11
- os: linux
env: PYTHON_VERSION=3.4 NUMPY_VERSION=1.11
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.19.1
- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.12
env: PYTHON_VERSION=3.7 NUMPY_VERSION=1.19.1
- os: linux
env: NUMPY_VERSION=1.13
env: NUMPY_VERSION=1.19.1

# Try numpy pre-release
- os: linux
Expand Down

0 comments on commit 6c55f18

Please sign in to comment.