Skip to content

Commit

Permalink
BUG: coverage didn't run on Travis, try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Sep 21, 2013
1 parent 16d774a commit c85f7ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ matrix:
include:
- python: 2.7
env: TESTMODE=full
env: COVERAGE=--coverage
before_install:
- uname -a
- free -m
Expand All @@ -24,12 +25,12 @@ before_install:
- pip install argparse
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
- if [ "${TESTMODE}" == "full" ]; then sudo pip install coverage; fi
- if [ "${TESTMODE}" == "full" ]; then sudo pip install coveralls; fi
- if [ "${TESTMODE}" == "full" ]; then pip install coverage; fi
- if [ "${TESTMODE}" == "full" ]; then pip install coveralls; fi
- python -V
- popd
script:
- if [ "${TESTMODE}" == "full" ]; then coverage run --rcfile=.travis_coveragerc runtests.py -g -m $TESTMODE --coverage; else $PYTHON runtests.py -g -m $TESTMODE; fi
- python runtests.py -g -m $TESTMODE $COVERAGE
env:
- TESTMODE=fast
notifications:
Expand Down
5 changes: 0 additions & 5 deletions .travis_coveragerc

This file was deleted.

0 comments on commit c85f7ca

Please sign in to comment.