summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas Hennion <nicolas@nicolargo.com>2014-07-09 14:58:32 +0200
committerNicolas Hennion <nicolas@nicolargo.com>2014-07-09 14:58:32 +0200
commitaeee86d6c91a019992c159b92f0d9419af04f957 (patch)
treebbe4d391dce63851bc734bb6cd63cdf2945a7cbe /.travis.yml
parente4a91eb4622f99c2e7db74d4c904ec2d15996809 (diff)
Minimal compatibility for logging feature and Python 2.6
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 410c908a..24a680c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ install:
- pip install coveralls
script:
- python setup.py install
- - python unitest.py
- coverage run --source=glances unitest.py
after_success:
- coveralls \ No newline at end of file