RESTFul Travis CI did not work... Can not run a server socket inside the Travis VM

pull/404/head
Nicolas Hennion 2014-07-09 15:25:44 +02:00
parent d16a8ff91e
commit 7b0af458fd
1 changed files with 0 additions and 1 deletions

View File

@ -10,6 +10,5 @@ install:
script:
- python setup.py install
- 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