mirror of https://github.com/nicolargo/glances.git
Include all file in the Travis CI conf file
This commit is contained in:
parent
7b0af458fd
commit
bcf2e20f83
|
|
@ -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
|
||||
Loading…
Reference in New Issue