We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea52226 commit c628ce2Copy full SHA for c628ce2
.travis.yml
@@ -13,9 +13,8 @@ install:
13
- pip install pytest pytest-cov
14
- pip install .
15
script:
16
- - pytest --cov=messagebird tests/
17
-after_success:
18
- — coveralls
+ - coverage run --source=messagebird -m unittest discover -s tests/
+ - coverage report --fail-under=80
19
matrix:
20
allow_failures:
21
- python: 'nightly'
0 commit comments