hy/tox.ini
2012-12-18 21:11:38 -05:00

8 lines
87 B
INI

[tox]
envlist = py27,pypy,py32
[testenv]
commands = nosetests
deps =
nose
setuptools