From cef46830825c0ce59cebc2b22ea7292a055d2675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 2 Mar 2015 13:15:46 +0100 Subject: [PATCH] Travis should use the develop flavor for install so that tests can run --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edc98c04..df4eb121 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ language: python python: - "2.7" install: -- python setup.py install +- pip install -e .[develop] script: - nosetests tests/ \ No newline at end of file