Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa525e01c6c1da9aebacaf7d78c1f8b3ed6ef830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: required
services:
  - docker
language: python
python:
  - "2.7"
install:
  - pip install -r requirements.txt

script:
  # tox.ini handles setup, ordering of docker build first, and then run tests
  - tox