1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-30 05:01:00 +02:00
docker-pi-hole/tox.ini
2017-10-18 22:24:22 -05:00

10 lines
246 B
INI

[tox]
envlist = py27
[testenv]
whitelist_externals = docker
deps = -rrequirements.txt
commands = docker run --rm --privileged multiarch/qemu-user-static:register --reset
./Dockerfile.py
pytest {posargs:-vv -n auto} ./test/