mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +03:00
Give a chance to the RESTFul Travis CI
This commit is contained in:
parent
b401e88e30
commit
d16a8ff91e
@ -9,6 +9,7 @@ install:
|
||||
- pip install coveralls
|
||||
script:
|
||||
- python setup.py install
|
||||
- coverage run --source=glances unitest.py
|
||||
- coverage run --source=glances --omit="glances_bottle,glances_color_console,glances_csv,glances_curses" unitest.py
|
||||
- coverage run --append --source=glances --omit="glances_bottle,glances_color_console,glances_csv,glances_curses" unitest-restful.py
|
||||
after_success:
|
||||
- coveralls
|
Loading…
Reference in New Issue
Block a user