|
@@ -5,6 +5,6 @@ python:
|
|
# command to install dependencies
|
|
# command to install dependencies
|
|
install:
|
|
install:
|
|
- "pip install --use-mirrors Cython"
|
|
- "pip install --use-mirrors Cython"
|
|
- - python setup.py install
|
|
|
|
|
|
+ - "pip install -e ."
|
|
# command to run tests
|
|
# command to run tests
|
|
script: python -m darc.testsuite.run -vb
|
|
script: python -m darc.testsuite.run -vb
|