mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-15 12:27:24 -04:00
Give a chance to the RESTFul Travis CI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user