test with both centos7 and centos8 images

Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
bcambl
2020-08-08 11:15:49 -06:00
committed by Adam Warner
parent 5aab68ab41
commit 2c461460db
6 changed files with 24 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@ envlist = py37
whitelist_externals = docker
deps = -rrequirements.txt
commands = docker build -f test/debian.Dockerfile -t pytest_pihole:debian .
docker build -f test/centos7.Dockerfile -t pytest_pihole:centos7 .
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/