summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 715fd5dd..c05d72a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,13 @@ python:
- "2.7"
- "3.3"
- "3.4"
+ - "3.5"
- "pypy"
install:
- pip install -r requirements.txt
- pip install coveralls
-script:
+script:
- python setup.py install
- coverage run --source=glances unitest.py
after_success:
- - coveralls \ No newline at end of file
+ - coveralls