Fix coverage reporting

This commit is contained in:
HelloZeroNet 2015-09-24 22:29:07 +02:00
parent 8fdc431b0b
commit a891b544d3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ install:
before_script:
- openssl version -a
script:
- python -m pytest src/Test --cov --cov-config src/Test/coverage.ini
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
before_install:
- pip install -U pytest mock pytest-cov
- pip install codecov