hy/tox.ini
2013-03-06 19:19:54 -05:00

8 lines
92 B
INI

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