1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 02:08:54 +00:00

add liblz4-dev to travis installation packages

This commit is contained in:
Thomas Waldmann 2015-08-02 18:21:28 +02:00
parent 8997766202
commit a15daf3b80

View file

@ -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