blob: 5295e59013821f9097bba3def423452ba90cc3a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|