1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-07-02 14:11:01 +02:00
docker-pi-hole/tox.ini

10 lines
249 B
INI
Raw Normal View History

2017-10-05 21:24:30 +02:00
[tox]
envlist = py27
[testenv]
2017-10-19 05:24:22 +02:00
whitelist_externals = docker
2017-10-05 21:24:30 +02:00
deps = -rrequirements.txt
2017-10-19 05:24:22 +02:00
commands = docker run --rm --privileged multiarch/qemu-user-static:register --reset
./Dockerfile.py -v
2017-10-19 05:24:22 +02:00
pytest {posargs:-vv -n auto} ./test/