Skip to content

Commit 54d532b

Browse files
committed
Try to fix coverage on travi-ci
1 parent 84bddaa commit 54d532b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ env:
1919

2020
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
2121
install:
22-
- pip install tox
22+
- pip install tox-travis coveralls
2323
- pip install -r test-requirements.txt
2424

2525
# command to run tests, e.g. python setup.py test
2626
script:
27-
- tox -e $TOX_ENV
27+
- tox
2828

29+
after_success:
30+
- coveralls

0 commit comments

Comments
 (0)