1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 00:59:07 +02:00

try setting up qemu for travis build machine to fix red

This commit is contained in:
diginc 2017-10-02 23:14:03 -05:00
parent 18997fe9f6
commit 51bebbe4af

View File

@ -7,4 +7,8 @@ python:
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: py.test -vv test/ script:
# prepare qemu
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
# run docker build & tests
- py.test -vv test/