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:
parent
46491eb07d
commit
40e28909e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue