Skip to content

Commit

Permalink
Remove extra tests from travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed May 23, 2018
1 parent 7fdd3ba commit 512fa24
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,51 +66,7 @@ matrix:
DOCKER_INSTALL=''
CONDA_DOWNLOAD=Miniconda-latest-Linux-x86_64.sh

# Python 2, SLAC ST 11-05-03, all other dependencies
- os: linux
sudo: required
env: NAME=py2_slac-st-11-05-03
PYTHON_VERSION=2.7
ST_INSTALL=''
DOCKER_INSTALL='bash dockerinstall.sh docker/centos6-11-05-03-python'
CONDA_DOWNLOAD=Miniconda-latest-Linux-x86_64.sh
FERMI_DIR='/home'
SLAC_ST_BUILD=true

# Python 2, SLAC ST 11-07-00, all other dependencies
- os: linux
sudo: required
env: NAME=py2_slac-st-11-07-00
PYTHON_VERSION=2.7
ST_INSTALL=''
DOCKER_INSTALL='bash dockerinstall.sh docker/centos6-11-07-00-python'
CONDA_DOWNLOAD=Miniconda-latest-Linux-x86_64.sh
FERMI_DIR='/home'
SLAC_ST_BUILD=true

# Python 2, SLAC ST 11-07-00, gammapy master
- os: linux
sudo: required
env: NAME=py2_slac-st-11-07-00-gammapy-master
PYTHON_VERSION=2.7
ST_INSTALL=''
DOCKER_INSTALL='bash dockerinstall.sh docker/centos6-11-07-00-python'
CONDA_DOWNLOAD=Miniconda-latest-Linux-x86_64.sh
CONDA_DEPS='cython numpy astropy scipy matplotlib pytest pyyaml'
FERMI_DIR='/home'
SLAC_ST_BUILD=true
PIP_DEPS='coverage pytest-cov coveralls git+https://github.com/gammapy/gammapy.git'

allow_failures:
- env: NAME=py2_slac-st-11-07-00-gammapy-master
PYTHON_VERSION=2.7
ST_INSTALL=''
DOCKER_INSTALL='bash dockerinstall.sh docker/centos6-11-07-00-python'
CONDA_DOWNLOAD=Miniconda-latest-Linux-x86_64.sh
CONDA_DEPS='cython numpy astropy scipy matplotlib pytest pyyaml'
FERMI_DIR='/home'
SLAC_ST_BUILD=true
PIP_DEPS='coverage pytest-cov coveralls git+https://github.com/gammapy/gammapy.git'

# # Python 3, no Fermi ST, only the required dependencies
# # TODO: This isn't working yet, need to handle imports for opt deps more carefully
Expand Down

0 comments on commit 512fa24

Please sign in to comment.