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 Mar 17, 2015
1 parent 8cc484d commit 74e4a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -59,7 +59,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 -n travis-ci -r -t -s 300
after_success:
- mv .coverage ../.coverage.empty
- cd ..
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -44,4 +44,4 @@ build: false

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

0 comments on commit 74e4a58

Please sign in to comment.