bigsnitch/mitmaddon/tox.ini
Tim Blume e33d02aaa7 foo
2021-06-29 16:55:52 +02:00

16 lines
286 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
coverage run -m pytest