From 7b0af458fda596cc49870bfd5a9bc77a6b9df230 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Wed, 9 Jul 2014 15:25:44 +0200 Subject: [PATCH] RESTFul Travis CI did not work... Can not run a server socket inside the Travis VM --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee0083f8..ff1e2a19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file