mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
e4a6dcd35c
Signed-off-by: bcambl <blayne@blaynecampbell.com>
11 lines
145 B
YAML
11 lines
145 B
YAML
sudo: required
|
|
services:
|
|
- docker
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
|
|
script: py.test -vv -n auto
|