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