mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-23 18:46:29 +00:00
pip install user for travis
This commit is contained in:
parent
8d6ffea6b3
commit
788e9a8664
@ -4,7 +4,7 @@ services: docker
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||||
- pip install pre-commit
|
- pip install --user pre-commit
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check all
|
- make check all
|
||||||
|
Loading…
Reference in New Issue
Block a user