Remove zmq as requirement, Add coverage report

This commit is contained in:
HelloZeroNet 2015-09-20 13:29:35 +02:00
parent f8b35c9a4c
commit 5f71e79a2b
3 changed files with 9 additions and 2 deletions

View file

@ -3,8 +3,10 @@ python:
- "2.7"
install:
- pip install -r requirements.txt
script: python -m pytest src/Test
script:
- python -m pytest src/Test --cov src --cov-config src/Test/coverage.ini
before_install:
- pip install codecov
- pip install pytest-cov
after_success:
- codecov