Skip to content

Commit

Permalink
Update to disable integration tests until we have a remote location f…
Browse files Browse the repository at this point in the history
…or the test data
  • Loading branch information
duncanwp committed Sep 4, 2015
1 parent 15387a2 commit 7a98d43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ sudo: false

env:
- TEST_TARGET=unit
- TEST_TARGET=integration
# Disable integration tests until we can access the test data remotely
#- TEST_TARGET=integration

install:

Expand Down Expand Up @@ -49,7 +50,7 @@ script:
fi
# Get test data, then run the integration tests
- if [[ $TEST_TARGET == 'integration' ]]; then
wget -O test-data.zip https://github.com/cistools/test-data/archive/master.zip
wget -O test-data.zip http://gws-access.ceda.ac.uk/public/cis/test-data.zip
unzip -q test-data.zip
export CIS_DATA_HOME="$(pwd)/test-data"
python setup.py test -i -p 0;
Expand Down

0 comments on commit 7a98d43

Please sign in to comment.