boltons/tox.ini

7 lines
193 B
INI
Raw Normal View History

[tox]
envlist = py27,py34,py37,py39,pypy
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
2017-07-30 00:34:30 +00:00
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}