Skip to content

Commit

Permalink
Enable profiling on Travis and AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Feb 15, 2016
1 parent 1efe788 commit 307c272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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.scripts.runtests -n travis-ci -r
- coverage run --rcfile=.coveragerc --source=$MODULELIST -m obspy.scripts.runtests -n travis-ci -r -t -s 300

after_success:
- mv .coverage ../.coverage.empty
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ build: false

test_script:
- "%CMD_IN_ENV% python setup.py develop"
- "python -m obspy.scripts.runtests -n appveyor-ci -r"
- "python -m obspy.scripts.runtests -n appveyor-ci -r -t -s 300"

0 comments on commit 307c272

Please sign in to comment.