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: 274c28cb93df28747e5073d49f64babf34ad206f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: required
services:
  - docker
language: python
python:
  - "3.6"
install:
  - pip install -r requirements.txt

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