From d16a8ff91ecfc7561cdcdbabaec58f0d6ead25c4 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Wed, 9 Jul 2014 15:23:30 +0200 Subject: [PATCH] Give a chance to the RESTFul Travis CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 715fd5dd..ee0083f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file