aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b87103a..5ee289fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,14 @@
language: python
python:
- 2.7
- - 3.2
- 3.3
- - "pypy"
matrix:
allow_failures:
- - python: 3.2
- python: 3.3
- - python: "pypy"
notifications:
email: false
install:
- "pip install nose nose-cov --use-mirrors"
- - "DESTDIR=. make install"
+ - "python setup.py install"
script:
- - "make test"
+ - "nosetests -v --with-cover --cover-package=sos --cover-html"