dib-utils/tox.ini

12 lines
184 B
INI

[tox]
minversion = 1.6
skipsdist = True
[testenv:venv]
commands = {posargs}
[testenv:func]
changedir={toxinidir}/tests
envdir = {toxworkdir}/venv
commands = ./run_tests.sh {posargs}