mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-22 10:43:41 +02:00
Coveralls should be installed.
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user