let's try python-coveralls instead, and add --cov-report term-missing

This commit is contained in:
Michael Greene
2014-05-01 12:50:39 -07:00
parent 1c04e22930
commit 0a418e6cbb

View File

@@ -12,11 +12,11 @@ before_install:
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
- pip install coveralls
- pip install python-coveralls
- pip install .
# use setup.py to invoke testing via coveralls
script:
py.test -vv --cov pgpy tests/
py.test -vv --cov pgpy --cov-report term-missing tests/
# and report coverage to coveralls
after_success:
coveralls