summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-03 22:52:16 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-03 22:52:16 +0200
commit40e28909e68037ffa8dbb7dc4f3fb6f56917268f (patch)
tree1ebd02039ac69b5dc8875b8079a4ba4755667b4e /.travis.yml
parent46491eb07d5b809423d86857e8854dca7e77f4b4 (diff)
Use pip install -e instead of setup.py install
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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