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
1 changed files with 5 additions and 1 deletions

View File

@ -7,4 +7,8 @@ python:
install:
- 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/