mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
travis: install libfuse-dev and fuse-utils
This commit is contained in:
parent
0b19df3cea
commit
071dfc2ce8
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ python:
|
|||
- "3.3"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "sudo apt-get install fuse-utils libfuse-dev"
|
||||
- "pip install --use-mirrors llfuse"
|
||||
- "pip install --use-mirrors Cython"
|
||||
- "pip install -e ."
|
||||
|
|
Loading…
Reference in a new issue