File: tox.ini

package info (click to toggle)
python-boltons 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: python: 12,133; makefile: 159; sh: 7
file content (7 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[tox]
envlist = py37,py39,py310,py311,py312,py313,pypy3
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
commands = pytest --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}