From 40e28909e68037ffa8dbb7dc4f3fb6f56917268f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Wed, 3 Jul 2013 22:52:16 +0200 Subject: [PATCH] Use pip install -e instead of setup.py install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e954d4de2..e45af217b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ python: # command to install dependencies install: - "pip install --use-mirrors Cython" - - python setup.py install + - "pip install -e ." # command to run tests script: python -m darc.testsuite.run -vb