diff options
author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-08-07 11:45:22 -0400 |
---|---|---|
committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-08-07 11:45:22 -0400 |
commit | 2dc0676bc00f66a87737e78484876051633b731a (patch) | |
tree | 7b6771e9c1974852eb8a283507677651078ce32a | |
parent | 3ce9fdc35f3a33d971746e6c09e7e60bcf60dcc6 (diff) | |
download | stwcs_hcf-2dc0676bc00f66a87737e78484876051633b731a.tar.gz |
modify travis configuration
-rw-r--r-- | .travis.yml | 22 |
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 |