Configuring Coveralls

This commit is contained in:
Jamie Hardt
2019-01-04 18:01:23 -08:00
parent 58483198c3
commit 804f649570
2 changed files with 7 additions and 0 deletions

View File

@@ -7,3 +7,9 @@ script:
- "python setup.py test"
install:
- "pip install setuptools"
before_install:
- "pip install coverage"
- "pip install pytest-cov==2.5.0"
- "pip install python-coveralls"
after_success:
- coveralls