Added coveralls.io support
@@ -4,5 +4,9 @@ python:
# command to install dependencies
install:
- "pip install -r requirements.txt"
+ - "pip install coveralls"
# command to run tests
-script: py.test
+script:
+ - py.test --cov=flaskbb --cov-report=term-missing tests
+after_success:
+ - coveralls
@@ -1,4 +1,5 @@
[](https://travis-ci.org/sh4nks/flaskbb)
+[](https://coveralls.io/r/sh4nks/flaskbb)
# INTRODUCTION
@@ -25,6 +25,7 @@ itsdangerous==0.24
py==1.4.20
pytest==2.5.2
pytest-random==0.02
+pytest-cov==1.7.0
redis==2.10.1
scrypt==0.6.1
simplejson==3.5.3