1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

Use pip install -e instead of setup.py install

This commit is contained in:
Jonas Borgström 2013-07-03 22:52:16 +02:00
parent 46491eb07d
commit 40e28909e6

View file

@ -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