1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-29 20:50:53 +02:00
docker-pi-hole/.travis.yml
2017-10-05 14:30:54 -05:00

15 lines
253 B
YAML

sudo: required
services:
- docker
language: python
python:
- "2.7"
install:
- pip install tox
script:
# prepare qemu
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
# requirements, build docker, and tests
- tox