summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
index 30b8711..e3ed112 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,6 @@ env:
- CONDA_DEPENDENCIES='pytest jwst sphinx=1.3.5'
- CONDA_JWST_DEPENDENCIES='pytest stsci-jwst sphinx=1.3.5'
- PIP_DEPENDENCIES=""
- - CRDS_SERVER_URL='https://jwst-crds.stsci.edu'
- - CRDS_PATH='/tmp/crds_cache'
matrix:
- PYTHON_VERSION=2.7 SETUP_CMD='install'
@@ -23,26 +21,6 @@ env:
- PYTHON_VERSION=3.5 SETUP_CMD='install'
- PYTHON_VERSION=3.5 SETUP_CMD='test'
-matrix:
- include:
- # pep8 check (only once, i.e. "os: linux")
- - os: linux
- env: PYTHON_VERSION=3.5 MAIN_CMD='pep8 --count'
- SETUP_CMD='jwst' TEST_CMD='pep8 --version'
- CONDA_DEPENDENCIES=$CONDA_JWST_DEPENDENCIES
-
- # build sphinx documentation
- - os: linux
- env: PYTHON_VERSION=3.5 MAIN_CMD='docs/mkdocs.sh'
- SETUP_CMD=''
- CONDA_DEPENDENCIES=$CONDA_JWST_DEPENDENCIES
-
- allow_failures:
- # pep8 will fail for numerous reasons. Ignore it.
- - env: PYTHON_VERSION=3.5 MAIN_CMD='pep8 --count'
- SETUP_CMD='jwst' TEST_CMD='pep8 --version'
- CONDA_DEPENDENCIES=$CONDA_JWST_DEPENDENCIES
-
install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh