From fcdeff5c6fb9c9a4878924737d2a7eff1d566774 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 4 Jul 2017 11:52:27 +0100 Subject: [PATCH] Try installing package on Travis before testing --- .travis.yml | 6 +++--- 1 file 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: