mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-12 10:49:04 +00:00
11 lines
137 B
YAML
11 lines
137 B
YAML
|
sudo: required
|
||
|
services:
|
||
|
- docker
|
||
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
install:
|
||
|
- pip install -r requirements.txt
|
||
|
|
||
|
script: py.test -vv
|