hy/tox.ini
Paul R. Tagliamonte f950717e5a Py3.3 fix
2013-03-05 21:49:46 -05:00

8 lines
97 B
INI

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