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

script: py.test -vv