Skip to content

Commit

Permalink
fix coverage measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed May 20, 2016
1 parent d486d16 commit 67f1a94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -49,11 +49,11 @@ script:
- pip install -e.[test]

# Unit Test
- coverage run setup.py test
- coverage run -p setup.py test

# Integration Test
- export PYTHONPATH="."
- coverage run --append tools/run_examples.py
- coverage run -p tools/run_examples.py

after_success:
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.5" ]]; then coveralls; fi
- coverage combine
- coveralls

0 comments on commit 67f1a94

Please sign in to comment.