Skip to content

Commit

Permalink
Fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp committed Sep 3, 2015
1 parent 12f37ff commit e4d72c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,18 @@ install:
- conda list
- conda info -a

# Install
# Install
- python setup.py --quiet install

script:

- if [[ $TEST_TARGET == 'unit' ]]; then
# Run unit tests
python setup.py test;
fi
# Get test data, then run the integration tests
- if [[ $TEST_TARGET == 'integration' ]]; then
# Get test data
wget -O test-data.zip https://github.com/cistools/test-data/archive/master.zip
unzip -q test-data.zip
export CIS_DATA_HOME="$(pwd)/test-data"
# Run integration tests
python setup.py test -i -p 0;
fi

0 comments on commit e4d72c1

Please sign in to comment.