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 fc93f40 commit 12f37ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ install:
script:
- if [[ $TEST_TARGET == 'unit' ]]; then
# Run unit tests
python setup.py test
python setup.py test;
fi
- 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
python setup.py test -i -p 0;
fi

0 comments on commit 12f37ff

Please sign in to comment.