boltons/tox.ini

6 lines
123 B
INI

[tox]
envlist = py27,py34,pypy
[testenv]
deps = -rrequirements-test.txt
commands = py.test --doctest-modules boltons tests