boltons/tox.ini

8 lines
208 B
INI
Raw Normal View History

[tox]
2024-06-15 22:35:51 +00:00
envlist = py37,py39,py310,py311,py312,py313,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}