Skip to content

Commit

Permalink
DEBUG2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 6, 2016
1 parent 48c9cdb commit 0687c77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ install:

script:
- if [[ $SETUP_CMD != egg_info ]]; then cd spectral_cube/tests/data ; make ; cd ../../../; fi
- python setup.py $SETUP_CMD
# - python setup.py $SETUP_CMD
- python setup.py test -a "-k test_strategies_consistent -vs"

after_success:
- if [[ $SETUP_CMD == 'test --coverage' ]]; then coveralls --rcfile='spectral_cube/tests/coveragerc'; fi

0 comments on commit 0687c77

Please sign in to comment.