1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-22 15:28:57 +00:00

travis: install libattr1-dev

This commit is contained in:
Jonas Borgström 2013-07-25 23:08:03 +02:00
parent 071dfc2ce8
commit f4acacef30

View file

@ -4,7 +4,7 @@ python:
- "3.3" - "3.3"
# command to install dependencies # command to install dependencies
install: install:
- "sudo apt-get install fuse-utils libfuse-dev" - "sudo apt-get install fuse-utils libfuse-dev libattr1-dev"
- "pip install --use-mirrors llfuse" - "pip install --use-mirrors llfuse"
- "pip install --use-mirrors Cython" - "pip install --use-mirrors Cython"
- "pip install -e ." - "pip install -e ."