Added tox.ini

File to perform integration testing on different version of Python that ensure Python runs on all defined versions
This commit is contained in:
Ethan Smith-Coss 2022-05-03 23:40:19 +01:00
parent 8302e750df
commit 8eccf1907d
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

11
tox.ini Normal file
View File

@ -0,0 +1,11 @@
[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 =