boltons/tox.ini

7 lines
178 B
INI

[tox]
envlist = py26,py27,py34,pypy
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests