2018-07-12 06:23:32 +02:00
|
|
|
[tox]
|
2020-03-03 08:30:44 +01:00
|
|
|
envlist = py36
|
2018-07-12 06:23:32 +02:00
|
|
|
|
|
|
|
[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/
|