mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
Attempt to fix Codecov
This commit is contained in:
parent
d68a9acac2
commit
ece565c451
@ -10,6 +10,7 @@ virtualenv:
|
|||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install --editable .
|
- pip install --editable .
|
||||||
|
- pip install codecov pytest-cov
|
||||||
script:
|
script:
|
||||||
- py.test && py.test --cov-report xml --cov=certidude tests/
|
- py.test && py.test --cov-report xml --cov=certidude tests/
|
||||||
cache:
|
cache:
|
||||||
@ -19,4 +20,3 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- python-ldap
|
- python-ldap
|
||||||
# - pip install codecov pytest-cov
|
|
||||||
|
Loading…
Reference in New Issue
Block a user