mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 18:28:42 +00:00
add liblz4-dev to travis installation packages
This commit is contained in:
parent
8997766202
commit
a15daf3b80
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get install -y libacl1-dev"
|
- "sudo apt-get install -y libacl1-dev liblz4-dev"
|
||||||
- "pip install --use-mirrors Cython"
|
- "pip install --use-mirrors Cython"
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|
Loading…
Reference in a new issue