Add Coveralls.

This commit is contained in:
Andris Raugulis 2016-10-10 13:05:25 +03:00
parent 69436b2c77
commit c58041b97c
1 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ python:
- pypy3 - pypy3
install: install:
- pip install --upgrade pytest - pip install --upgrade pytest
- pip install --upgrade pytest-cov
script: script:
- py.test -v test - py.test --cov-report= --cov=ssh-audit -v test
after_success:
- coveralls