mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
Use sudo to run apt-get
This commit is contained in:
parent
7c18073760
commit
4321b01134
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ python:
|
|||
- "3.3"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "sudo apt-get install fakeroot"
|
||||
- "sudo mount / -o remount,user_xattr"
|
||||
- "pip install --use-mirrors Cython"
|
||||
- "pip install -e ."
|
||||
- "apt-get install fakeroot"
|
||||
- "mount / -o remount,user_xattr"
|
||||
# command to run tests
|
||||
script: fakeroot python -m darc.testsuite.run -vb
|
||||
|
|
Loading…
Reference in a new issue