docker-pi-hole/.travis.yml

11 lines
137 B
YAML
Raw Normal View History

2016-07-18 18:17:50 +02:00
sudo: required
services:
- docker
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
2016-03-30 05:04:36 +02:00
script: py.test -vv