mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Add codecov.io service support
This commit is contained in:
parent
91d09629e2
commit
9bb89460ca
@ -7,10 +7,16 @@ python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
after_success:
|
||||
- codecov
|
||||
before_install:
|
||||
# codecov.io
|
||||
- pip install codecov pytest-cov
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install --editable .
|
||||
script: py.test
|
||||
script:
|
||||
- py.test && py.test --cov-report xml --cov=certidude tests/
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
Loading…
Reference in New Issue
Block a user