From e3c910342d8aaf66def9e2f39f5d38276ea899d0 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Tue, 19 Feb 2013 22:39:57 +0100 Subject: [PATCH] Change the travis conf file to run the unitest.py script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9923529b..57ee3256 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: - "2.7" - "3.2" -script: python setup.py install +script: python glances/unitest.py