clog/tox.ini
theonepath 38ce833bb1
Updated automation build scripts
Added dependencies for testenv with tox using requirement-dev.txt
Fixed typo bug for `options.extras_require`
Satisfied setup.py for flake8 and mypy
2022-05-04 21:24:47 +01:00

12 lines
194 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 =