mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 11:22:58 +00:00
adding coverage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user