Skip to content

Commit

Permalink
Strategy #2 to get correct stats reported to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jul 3, 2016
1 parent 94885e8 commit 799b73d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ install:
- python setup.py -q install
script:
- python tests/test_doctests.py
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
py.test . -v --cov-report html --cov=/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/thermo/ --cov-report term-missing;
else
py.test . -v --cov-report html --cov=/home/travis/miniconda/envs/test-environment/lib/python3.4/site-packages/thermo/ --cov-report term-missing;
fi
- cd tests
- py.test . -v --cov-report html --cov=thermo --cov-report term-missing;
after_success:
- coveralls

0 comments on commit 799b73d

Please sign in to comment.