mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-15 10:56:30 +00:00
travis: forgot to use sudo when installing packages
This commit is contained in:
parent
14808b77cb
commit
337892c635
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "apt-get install -y libacl1-dev"
|
- "sudo apt-get install -y libacl1-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