mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 19:45:22 +00:00
add coverage test to travis
This commit is contained in:
parent
360168ff10
commit
3f5831a1c4
@ -12,9 +12,10 @@ python:
|
|||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
|
- "pip install coverage"
|
||||||
- "pip install coveralls"
|
- "pip install coveralls"
|
||||||
|
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script: python setup.py test
|
script: coverage run --source=pipreqs setup.py test
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user