boltons/tox.ini

14 lines
288 B
INI
Raw Normal View History

[tox]
2024-01-15 07:50:50 +00:00
envlist = py27,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}
[testenv:py27]
deps =
coverage==5.5
pytest==4.6.11
pytest-cov==2.12
2024-01-15 07:50:50 +00:00