Skip to content

Commit c628ce2

Browse files
author
Art van Scheppingen
committed
Swapped pytest+coveralls for coverage command
1 parent ea52226 commit c628ce2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ install:
1313
- pip install pytest pytest-cov
1414
- pip install .
1515
script:
16-
- pytest --cov=messagebird tests/
17-
after_success:
18-
— coveralls
16+
- coverage run --source=messagebird -m unittest discover -s tests/
17+
- coverage report --fail-under=80
1918
matrix:
2019
allow_failures:
2120
- python: 'nightly'

0 commit comments

Comments
 (0)