file(requirements_dev): Pruebas Tox

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

17
requirements_dev.txt Normal file
View File

@ -0,0 +1,17 @@
attrs==22.1.0
distlib==0.3.6
filelock==3.8.0
iniconfig==1.1.1
packaging==21.3
platformdirs==2.5.2
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.9
pytest==7.1.3
semantic-version==2.10.0
setuptools-rust==1.5.2
six==1.16.0
tomli==2.0.1
tox==3.26.0
typing_extensions==4.4.0
virtualenv==20.16.5

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