mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-25 03:51:40 +01:00
Coveralls should be installed.
This commit is contained in:
parent
c58041b97c
commit
dabbad3afc
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user