mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-23 07:48:55 +00:00
Try /home/travis next
This commit is contained in:
parent
2a7753c0c9
commit
f4f9138945
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ python:
|
|||
# command to install dependencies
|
||||
install:
|
||||
- "sudo apt-get install fakeroot"
|
||||
- "sudo mount /home -o remount,user_xattr"
|
||||
- "mount"
|
||||
- "sudo mount /home/travis -o remount,user_xattr"
|
||||
- "pip install --use-mirrors Cython"
|
||||
- "pip install -e ."
|
||||
# command to run tests
|
||||
|
|
Loading…
Reference in a new issue