2015-04-10 04:34:24 +00:00
|
|
|
[tox]
|
2024-01-15 07:50:50 +00:00
|
|
|
envlist = py27,py37,py39,py310,py311,py312,pypy3
|
2015-04-10 04:34:24 +00:00
|
|
|
[testenv]
|
2016-02-11 08:20:06 +00:00
|
|
|
changedir = .tox
|
2015-04-10 04:34:24 +00:00
|
|
|
deps = -rrequirements-test.txt
|
2024-02-03 16:25:01 +00:00
|
|
|
commands = pytest --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}
|
2022-12-08 09:28:02 +00:00
|
|
|
|
|
|
|
[testenv:py27]
|
|
|
|
deps =
|
|
|
|
coverage==5.5
|
|
|
|
pytest==4.6.11
|
|
|
|
pytest-cov==2.12
|
2024-01-15 07:50:50 +00:00
|
|
|
|