boltons/tox.ini

6 lines
123 B
INI
Raw Normal View History

[tox]
2015-04-10 21:48:30 +00:00
envlist = py27,py34,pypy
[testenv]
deps = -rrequirements-test.txt
commands = py.test --doctest-modules boltons tests