Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tox.ini - github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 249575b6a5eacf8e7cf35cafeae253f82aa14a68 (plain)
1
2
3
4
5
6
7
8
9
10
[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/