let's try this

This commit is contained in:
Michael Greene
2014-05-01 12:43:46 -07:00
parent 348f824f12
commit 1c04e22930
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ install:
- pip install .
# use setup.py to invoke testing via coveralls
script:
coverage run --source=pgpy py.test -vv tests
py.test -vv --cov pgpy tests/
# and report coverage to coveralls
after_success:
coveralls