summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4701750..6bf4336 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,8 @@ python:
- 3.2
- 3.3
-install: "pip install cython six . --use-mirrors"
+install:
+ - "pip install cython six --use-mirrors"
+ - "python setup.py install"
+
script: nosetests