mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-14 20:03:13 +00:00
4a711340ef
* use py3 instead py2 Signed-off-by: jnozsc <jnozsc@gmail.com> * use python 3.6 Signed-off-by: jnozsc <jnozsc@gmail.com>
13 lines
211 B
YAML
13 lines
211 B
YAML
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
|