summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.dencheva@gmail.com>2016-08-14 10:37:58 -0400
committerNadia Dencheva <nadia.dencheva@gmail.com>2016-08-14 10:37:58 -0400
commit874671ccc08a19fd157f0978e8e37fada9bfc73d (patch)
tree13e998df1ca16254d6312757d18c784edd0737da
parent854883354a933451a6120d96154a25c55dc14826 (diff)
downloadstwcs_hcf-874671ccc08a19fd157f0978e8e37fada9bfc73d.tar.gz
test travis changes
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index e3ed112..c8e111b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,18 +7,16 @@ os:
sudo: false
env:
- # CONDA_JWST_DEPENDENCIES is used because CONDA_DEPENDENCIES is not truly global.
global:
- MAIN_CMD='python setup.py'
- CONDA_CHANNELS='http://ssb.stsci.edu/conda-dev'
- - CONDA_DEPENDENCIES='pytest jwst sphinx=1.3.5'
- - CONDA_JWST_DEPENDENCIES='pytest stsci-jwst sphinx=1.3.5'
+ - CONDA_DEPENDENCIES='pytest sphinx=1.3.5'
- PIP_DEPENDENCIES=""
matrix:
- PYTHON_VERSION=2.7 SETUP_CMD='install'
- - PYTHON_VERSION=2.7 SETUP_CMD='test'
- PYTHON_VERSION=3.5 SETUP_CMD='install'
+ - PYTHON_VERSION=2.7 SETUP_CMD='test'
- PYTHON_VERSION=3.5 SETUP_CMD='test'
install:
@@ -27,4 +25,3 @@ install:
script:
- $MAIN_CMD $SETUP_CMD
-