file(requirements_dev): Pruebas Tox

This commit is contained in:
2024-08-07 00:29:48 -05:00
parent 9cc41e1c5d
commit 9f7349ccee
2 changed files with 22 additions and 5 deletions

10
tox.ini
View File

@@ -1,12 +1,12 @@
[tox]
envlist = py27, py34, py35, py36, flake8
envlist = py39, py310, py311, py312, flake8
[travis]
python =
3.6: py36
3.5: py35
3.4: py34
2.7: py27
3.9: py39
3.10: py310
3.11: py311
3.12: py312
[testenv:flake8]
basepython = python