Skip to content

Commit

Permalink
Disable reporting, not needed for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Oct 6, 2014
1 parent 6a60e2a commit 4ce05da
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
after_success:
- mv .coverage ../.coverage.empty
- cd ..
Expand Down

0 comments on commit 4ce05da

Please sign in to comment.