Commit 4d501b57 by Tom Riat

feat(): add coveralls to the project

parent a557d5bf
......@@ -2,6 +2,8 @@ language: python
python:
- 3.5
sudo: false
install:
- pip install tox coveralls
env:
- TOXENV=py27-django16
- TOXENV=py34-django16
......@@ -28,6 +30,7 @@ install:
- pip install -r requirements.txt
- npm install
script: tox
after_success: coveralls
deploy:
provider: pypi
user: jazzband
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment