mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 22:55:55 +03:00
Change the travis conf file to run the unitest.py script
This commit is contained in:
parent
3ccba5059b
commit
e8dffb8239
@ -3,5 +3,8 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install python-psutil
|
||||
|
||||
script: python ./glances/unitest.py
|
||||
script: cd ./glances ; python ./unitest.py
|
||||
|
Loading…
Reference in New Issue
Block a user