mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-15 21:59:58 -04:00
fix travis install to process dependency links also
currently needed for installing blosc from github repo
This commit is contained in:
parent
00935085fd
commit
64813ebd74
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ python:
|
|||
install:
|
||||
- "sudo apt-get install -y libacl1-dev"
|
||||
- "pip install --use-mirrors Cython"
|
||||
- "pip install -e ."
|
||||
- "pip install --process-dependency-links -e ."
|
||||
# command to run tests
|
||||
script: fakeroot -u python -m attic.testsuite.run -vb
|
||||
|
|
|
|||
Loading…
Reference in a new issue