aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d9caa36..b871374 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install nose
+ - python setup.py build_ext --inplace
script:
- - python setup.py build_ext --inplace develop nosetests -v
+ - nosetests -v