mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Add coveralls to travis
This commit is contained in:
parent
e9c227c293
commit
44075e14f1
@ -10,7 +10,11 @@ python:
|
||||
- "pypy"
|
||||
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install: pip install -r requirements.txt
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install coveralls"
|
||||
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script: python setup.py test
|
||||
after_success:
|
||||
coveralls
|
||||
|
Loading…
x
Reference in New Issue
Block a user