pip install user for travis

This commit is contained in:
ViViDboarder 2020-02-14 12:26:33 -08:00
parent 8d6ffea6b3
commit 788e9a8664
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services: docker
before_script:
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
- pip install pre-commit
- pip install --user pre-commit
script:
- make check all