hy/tox.ini

8 lines
97 B
INI

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