hy/tox.ini

8 lines
87 B
INI
Raw Permalink Normal View History

2012-12-18 09:11:42 -05:00
[tox]
2012-12-18 21:11:38 -05:00
envlist = py27,pypy,py32
2012-12-18 09:11:42 -05:00
[testenv]
commands = nosetests
2012-12-18 21:11:38 -05:00
deps =
nose
setuptools