From 013ccee38af42a7f39f4a3eab06efbade2acb200 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Tue, 19 Feb 2013 23:04:25 +0100 Subject: [PATCH] .travis.yml make me sad --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc91ad95..cc7c7a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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