diff --git a/.travis.yml b/.travis.yml index ff1e2a19..715fd5dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ install: - pip install coveralls script: - python setup.py install - - coverage run --source=glances --omit="glances_bottle,glances_color_console,glances_csv,glances_curses" unitest.py + - coverage run --source=glances unitest.py after_success: - coveralls \ No newline at end of file