File: tox.ini

package info (click to toggle)
python-jq 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: python: 439; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py38,py39,py310,py311,py312,py313,py314,pypy311
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