bigsnitch/mitmaddon/tox.ini

16 lines
278 B
INI
Raw Normal View History

2021-03-20 21:56:03 +00:00
[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 =
{envpython} sh ../test.sh