mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-05 23:48:58 +00:00
13 lines
211 B
YAML
13 lines
211 B
YAML
sudo: required
|
|
services:
|
|
- docker
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
|
|
script:
|
|
# tox.ini handles setup, ordering of docker build first, and then run tests
|
|
- tox
|