Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tox.ubuntu_18.ini « test - github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10d4ac0951e6df63a1bb8a031ea508fcf6d78ddd (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py37

[testenv]
whitelist_externals = docker
deps = -rrequirements.txt
commands = docker build -f _ubuntu_18.Dockerfile -t pytest_pihole:test_container ../
           pytest {posargs:-vv -n auto} ./test_automated_install.py