File: tox.ini

package info (click to toggle)
python-jq 1.8.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 434; makefile: 29; sh: 6
file content (12 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py36,py37,py38,py39,py310,py311,py312,py313,pypy37,pypy38,pypy39,pypy310
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