File: tox.ini

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