.travis.yml make me sad

This commit is contained in:
Nicolas Hennion 2013-02-19 23:04:25 +01:00
parent e8dffb8239
commit 013ccee38a

View File

@ -3,8 +3,6 @@ python:
- "2.6"
- "2.7"
- "3.2"
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-psutil
install:
- "pip install psutil"
script: cd ./glances ; python ./unitest.py