bigsnitch/mitmaddon/tox.ini
2021-04-26 01:24:08 +02:00

15 lines
259 B
INI

[tox]
skipsdist = true
envlist = py3
# Add environment to use the default python3 installation
[testenv:py3]
basepython = python3
[testenv]
usedevelop = true
deps = -r{toxinidir}/requirements.txt
setenv =
PYTHONDONTWRITEBYTECODE=1
commands =
pytest