docker-pi-hole/tox.ini

8 lines
137 B
INI

[tox]
envlist = py27
[testenv]
deps = -rrequirements.txt
commands = python Dockerfile.py
pytest {posargs:-vv -n auto} ./test