clog/tox.ini
theonepath 8eccf1907d
Added tox.ini
File to perform integration testing on different version of Python that ensure Python runs on all defined versions
2022-05-03 23:40:19 +01:00

12 lines
197 B
INI

[tox]
minversion = 3.25.0
envlist = py36, py37, py38, py39, py310
isolated_build = true
[testenv]
setenv =
PYTHONPATH = {toxinidir}
#deps =
# -r{toxinidir}/requirements-dev.txt
#commands =