mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
Travis 1 - 0 Nicolargo...
This commit is contained in:
parent
c47e8edc64
commit
fc9580bc41
@ -7,10 +7,9 @@ python:
|
|||||||
- "pypy"
|
- "pypy"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r optional-requirements.txt
|
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- coverage run --source=glances unitest-all.sh
|
- coverage run --source=glances unitest.py
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user