mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 19:34:17 +00:00
adding coverage
This commit is contained in:
@@ -7,5 +7,9 @@ python:
|
|||||||
- "nightly"
|
- "nightly"
|
||||||
install:
|
install:
|
||||||
- "pip install pep8"
|
- "pip install pep8"
|
||||||
|
- "pip install coveralls"
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
script: ./tests.sh
|
script:
|
||||||
|
./tests.sh
|
||||||
|
after_success:
|
||||||
|
coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user