1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-30 13:10:57 +02:00
docker-pi-hole/.travis.yml

15 lines
253 B
YAML
Raw Normal View History

2016-07-18 18:17:50 +02:00
sudo: required
services:
- docker
language: python
python:
- "2.7"
2017-10-05 21:30:54 +02:00
install:
- pip install tox
2016-03-30 05:04:36 +02:00
2017-10-05 21:24:30 +02:00
script:
# prepare qemu
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
2017-10-05 21:24:30 +02:00
# requirements, build docker, and tests
- tox