Skip to content

Commit 4d501b5

Browse files
author
Tom Riat
committed
feat(): add coveralls to the project
1 parent a557d5b commit 4d501b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- 3.5
44
sudo: false
5+
install:
6+
- pip install tox coveralls
57
env:
68
- TOXENV=py27-django16
79
- TOXENV=py34-django16
@@ -28,6 +30,7 @@ install:
2830
- pip install -r requirements.txt
2931
- npm install
3032
script: tox
33+
after_success: coveralls
3134
deploy:
3235
provider: pypi
3336
user: jazzband

0 commit comments

Comments
 (0)