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
diginc 21eee5a0ca Shellcheck added to py.test and fixes
- Various minor quote fixes
- Optimized repeated echos into php conf for alpine
2016-10-08 14:56:06 -05:00

11 lines
137 B
YAML

sudo: required
services:
- docker
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script: py.test -vv