boltons/tox.ini

6 lines
128 B
INI
Raw Normal View History

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