mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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>
12 lines
211 B
YAML
12 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
|