oc-facho/tox.ini
bit4bit 6642b118af se adiciona pruebas de python 3.9 y 3.10 en tox
FossilOrigin-Name: 9f144ac3bbaf83e41d086a116d75aa0445add612a4631bfc828bb5161324576d
2022-10-14 16:49:51 +00:00

22 lines
469 B
INI

[tox]
envlist = py37, py38, py39, py310
[travis]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
-r{toxinidir}/requirements_dev.txt
; If you want to make tox run the tests with the same versions, create a
; requirements.txt with the pinned versions and uncomment the following line:
; -r{toxinidir}/requirements.txt
commands =
pip install -U pip
py.test --basetemp={envtmpdir}