Skip to content

Commit

Permalink
Add coveralls support to track code coverage (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ722 authored and jendrikseipp committed Jun 3, 2018
1 parent 9ce1f80 commit 4cb052a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -13,10 +13,12 @@ matrix:
allow_failures:
- python: 3.7-dev
install:
- pip install tox
- pip install tox coveralls
- python setup.py bdist_wheel
- pip install --use-wheel ./dist/vulture-*.whl
script:
# Run the installed version of vulture on local code.
- vulture vulture/ tests/
- tox -e cleanup,py,docs,style
after_success:
- coveralls

0 comments on commit 4cb052a

Please sign in to comment.