1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-17 21:59:55 +00:00
pi-hole/.travis.yml

14 lines
256 B
YAML
Raw Normal View History

2016-11-02 04:53:11 +00:00
sudo: required
services:
- docker
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script:
# run tasks marked as 'build_stage' first (ensure docker images are built)
# run the remaining tasks in the test suite
- tox