File: tox.ini

package info (click to toggle)
python-pysolr 3.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: python: 2,050; sh: 166; makefile: 9
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py310,py311,py312,py313,py314,py314t,pypy3

[base]
deps =
    kazoo
    requests>=2.0

[testenv]
allowlist_externals = {toxinidir}/run-tests.py
deps = {[base]deps}
commands = {toxinidir}/run-tests.py