hy/tox.ini

8 lines
87 B
INI
Raw Normal View History

2013-03-06 00:39:34 +01:00
[tox]
envlist = py27,pypy,py32
[testenv]
commands = nosetests
deps =
nose
setuptools