/ tox.ini
tox.ini
1 [tox] 2 envlist = py37,py38,py39,py310,py311,py312,py313,pypy37,pypy38,pypy39,pypy310 3 isolated_build = True 4 [testenv] 5 changedir = {envtmpdir} 6 deps=-r{toxinidir}/test-requirements.txt 7 commands= 8 py.test {toxinidir}/tests 9 passenv = JQPY_USE_SYSTEM_LIBS 10 11 [pytest] 12 python_files = *_tests.py