1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-23 00:25:18 +00:00

Add codecov.io service support

This commit is contained in:
Priit Laes 2015-10-08 13:46:12 +03:00
parent 91d09629e2
commit 9bb89460ca

View File

@ -7,10 +7,16 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
after_success:
- codecov
before_install:
# codecov.io
- pip install codecov pytest-cov
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install --editable . - pip install --editable .
script: py.test script:
- py.test && py.test --cov-report xml --cov=certidude tests/
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip