mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-01 05:09:57 +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>
11 lines
384 B
INI
11 lines
384 B
INI
[tox]
|
|
envlist = py36
|
|
|
|
[testenv]
|
|
whitelist_externals = docker
|
|
deps = -rrequirements.txt
|
|
commands = docker build -f test/debian.Dockerfile -t pytest_pihole:debian .
|
|
docker build -f test/centos.Dockerfile -t pytest_pihole:centos .
|
|
docker build -f test/fedora.Dockerfile -t pytest_pihole:fedora .
|
|
pytest {posargs:-vv -n auto} -m "not build_stage" ./test/
|