Coveralls should be installed.

This commit is contained in:
Andris Raugulis 2016-10-10 13:07:52 +03:00
parent c58041b97c
commit dabbad3afc

View File

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