mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
Add Coveralls.
This commit is contained in:
parent
69436b2c77
commit
c58041b97c
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user