Skip to content

Commit

Permalink
Should have coveralls info now...
Browse files Browse the repository at this point in the history
  • Loading branch information
d0c-s4vage committed Jan 8, 2020
1 parent 6563b95 commit cebecb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ install:
- pip install pytest
- pip install pytest-cov
- pip install pytest-xdist
- pip install coveralls

script: bin/run_tests
script:
- bin/run_tests
- bash -c "coveralls || true"
deploy:
provider: pypi
password:
Expand Down

0 comments on commit cebecb7

Please sign in to comment.