boltons/tox.ini

8 lines
202 B
INI
Raw Normal View History

[tox]
envlist = py37,py39,py310,py311,py312,pypy3
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
2024-02-03 16:25:01 +00:00
commands = pytest --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}