Skip to content

Commit

Permalink
test_orbit requires test_potential, so requires pynbody for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Dec 1, 2014
1 parent 4e77ab9 commit 266486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env: #split tests
- REQUIRES_PYNBODY=false
matrix:
- NOSE_IGNORE_FILES='test_qdf|test_pv2qdf|test_diskdf|test_orbit|test_streamdf|test_evolveddiskdf' REQUIRES_PYNBODY=true
- NOSE_IGNORE_FILES='^((?!test_orbit).)*$'
- NOSE_IGNORE_FILES='^((?!test_orbit).)*$' REQUIRES_PYNBODY=true
- NOSE_IGNORE_FILES='^((?!test_diskdf).)*$'
- NOSE_IGNORE_FILES='^((?!test_qdf).)*$'
- NOSE_IGNORE_FILES='^((?!test_pv2qdf).)*$'
Expand Down

0 comments on commit 266486a

Please sign in to comment.