Skip to content

Commit

Permalink
Only test waveform plugins for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Oct 4, 2014
1 parent 7b75d9b commit d6bf545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ script:
- mkdir empty
- cd empty
- MODULELIST=`python -c "from obspy.core.util import DEFAULT_MODULES as MODULES; print('obspy.' + ',obspy.'.join(MODULES))"`
- coverage run --rcfile=.coveragerc --source=$MODULELIST -m obspy.core.scripts.runtests -n travis-ci -r
- coverage run --rcfile=.coveragerc --source=$MODULELIST -m obspy.core.scripts.runtests -d obspy.core.tests.test_waveform_plugins
after_success:
- mv .coverage ../.coverage.empty
- cd ..
Expand Down

0 comments on commit d6bf545

Please sign in to comment.