ports/textproc/py-jq/files/tox.ini

15 lines
381 B
INI

# https://raw.githubusercontent.com/mwilliamson/jq.py/1.6.0/tox.ini
# https://github.com/mwilliamson/jq.py/issues/96
[tox]
envlist = py35,py36,py37,py38,py39,py310,py311,pypy3
isolated_build = True
[testenv]
changedir = {envtmpdir}
deps=-r{toxinidir}/test-requirements.txt
commands=
py.test {toxinidir}/tests
passenv = JQPY_USE_SYSTEM_LIBS
[pytest]
python_files = *_tests.py