boltons/tox.ini

14 lines
287 B
INI

[tox]
envlist = py27,py37,py39,py310,py311,pypy3
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}
[testenv:py27]
deps =
coverage==5.5
pytest==4.6.11
pytest-cov==2.12