Skip to content

Commit

Permalink
try sending coverage from within tox
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Oct 25, 2017
1 parent 48843b6 commit abef0f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ python:


# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis coverage
install: pip install -U tox-travis coverage coveralls

# command to run tests, e.g. python setup.py test
script:
- tox
- coverage run --source pydftools -m py.test
- coverage report -m
# - coverage run --source pydftools -m py.test
# - coverage report -m

after_success:
- coveralls
Expand Down

0 comments on commit abef0f6

Please sign in to comment.