mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
Add Coverage (coveralls) to the Travis file
This commit is contained in:
parent
bc277ad709
commit
e4a91eb462
@ -4,9 +4,13 @@ python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install coveralls
|
||||
script:
|
||||
- python setup.py install
|
||||
- python unitest.py
|
||||
- python unitest.py
|
||||
- coverage run --source=glances unitest.py
|
||||
after_success:
|
||||
- coveralls
|
Loading…
Reference in New Issue
Block a user