mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +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"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "sudo apt-get install -y libacl1-dev"
|
||||
- "sudo apt-get install -y libacl1-dev liblz4-dev"
|
||||
- "pip install --use-mirrors Cython"
|
||||
- "pip install -e ."
|
||||
# command to run tests
|
||||
|
|
Loading…
Reference in a new issue