Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill
2018-07-11 23:23:32 -05:00
parent fff31558a0
commit 88e4b6390c
6 changed files with 35 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
[tox]
envlist = py27
[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/