summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2017-07-04 11:52:27 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2017-07-04 11:52:27 +0100
commitfcdeff5c6fb9c9a4878924737d2a7eff1d566774 (patch)
treec9bffd2362fba57c4eef64c31de51202a927f298
parent010a8ed8ab4a95f2203f9e55a140b27276dca8fb (diff)
Try installing package on Travis before testing
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c9cb0a..f91e6d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,9 @@ python:
- 3.4
- 3.3
- 2.7
-# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
-#install: pip install nose
-# command to run tests, e.g. python setup.py test
+
+install: pip install .
+
script: nosetests
addons: