Skip to content

Commit

Permalink
fix ignore nemo test
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Dec 20, 2014
1 parent 13aba73 commit 90b66ec
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 @@ -5,7 +5,7 @@ python:
# - CC=gcc
# - CC=clang LDSHARED=clang
env: #split tests
- NOSE_IGNORE_FILES='test_qdf|test_pv2qdf|test_diskdf|test_orbit|test_streamdf|test_evolveddiskdf'
- NOSE_IGNORE_FILES='test_qdf|test_pv2qdf|test_diskdf|test_orbit|test_streamdf|test_evolveddiskdf|test_nemo'
- NOSE_IGNORE_FILES='^((?!test_orbit).)*$'
- NOSE_IGNORE_FILES='^((?!test_diskdf).)*$'
- NOSE_IGNORE_FILES='^((?!test_qdf).)*$'
Expand Down Expand Up @@ -48,7 +48,7 @@ install:
- python setup.py build_ext --coverage --single_ext --inplace
- python setup.py develop --single_ext
script:
- nosetests -v -w nose/ --with-cov --cov galpy --cov-config .coveragerc_travis --ignore-files=test_nemo
- nosetests -v -w nose/ --with-cov --cov galpy --cov-config .coveragerc_travis
after_success:
# Generate lcov output
- lcov --capture --base-directory . --directory build/temp.linux-x86_64-2.7/galpy/ --output-file coverage.info
Expand Down

0 comments on commit 90b66ec

Please sign in to comment.