boltons/tox.ini

7 lines
178 B
INI
Raw Normal View History

[tox]
2015-05-18 07:15:16 +00:00
envlist = py26,py27,py34,pypy
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests