Skip to content

Commit

Permalink
Adding travis runs for astropy LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 2, 2016
1 parent 7e9db11 commit f8cfffa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ addons:
env:
global:
- NUMPY_VERSION=1.9
- ASTROPY_VERSION=1.0
- ASTROPY_VERSION=1.1
- CONDA_DEPENDENCIES='Cython click scipy h5py matplotlib pyyaml scikit-image scikit-learn pandas pyregion naima photutils wcsaxes'
- CONDA_DOCS_DEPENDENCIES='Cython click scipy h5py matplotlib pyyaml scikit-image scikit-learn pandas pyregion naima photutils wcsaxes pygments aplpy'
- PIP_DEPENDENCIES='uncertainties reproject'
Expand Down Expand Up @@ -74,7 +74,12 @@ matrix:
- os: linux
env: FETCH_GAMMAPY_EXTRA=false PYTHON_VERSION=3.4 SETUP_CMD='test -V'

# Test with Astropy dev version
# Test with Astropy dev and LTS versions
- os: linux
env: PYTHON_VERSION=2.7 ASTROPY_VERSION=lts SETUP_CMD='test -V'
SHERPA=true
- os: linux
env: PYTHON_VERSION=3.4 ASTROPY_VERSION=lts SETUP_CMD='test -V'
- os: linux
env: PYTHON_VERSION=2.7 ASTROPY_VERSION=dev SETUP_CMD='test -V'
SHERPA=true
Expand Down

0 comments on commit f8cfffa

Please sign in to comment.