Change the travis conf file to run the unitest.py script

This commit is contained in:
Nicolas Hennion 2013-02-19 22:55:41 +01:00
parent 3ccba5059b
commit e8dffb8239

View File

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