mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
travis: Don't try to use fuse since it's not available
This commit is contained in:
parent
f4acacef30
commit
e8e3289d8a
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ python:
|
|||
- "3.3"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "sudo apt-get install fuse-utils libfuse-dev libattr1-dev"
|
||||
- "pip install --use-mirrors llfuse"
|
||||
- "pip install --use-mirrors Cython"
|
||||
- "pip install -e ."
|
||||
# command to run tests
|
||||
|
|
Loading…
Reference in a new issue