Include all file in the Travis CI conf file

This commit is contained in:
Nicolas Hennion 2014-07-09 16:19:56 +02:00
parent 7b0af458fd
commit bcf2e20f83
1 changed files with 1 additions and 1 deletions

View File

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