1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 22:39:17 +00:00

adding coverage

This commit is contained in:
deadc0de6
2017-03-15 18:52:43 +01:00
parent 6e3ba93c77
commit 9b684dbf85
2 changed files with 6 additions and 2 deletions

View File

@@ -7,5 +7,9 @@ python:
- "nightly"
install:
- "pip install pep8"
- "pip install coveralls"
- "pip install -r requirements.txt"
script: ./tests.sh
script:
./tests.sh
after_success:
coveralls