Give a chance to the RESTFul Travis CI

This commit is contained in:
Nicolas Hennion 2014-07-09 15:23:30 +02:00
parent b401e88e30
commit d16a8ff91e

View File

@ -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