hy/tox.ini

18 lines
219 B
INI
Raw Normal View History

2013-03-06 00:39:34 +01:00
[tox]
envlist = py27,pypy,py32,py33,py26,flake8
2013-03-06 00:39:34 +01:00
[testenv]
commands = nosetests
deps =
nose
setuptools
[testenv:py26]
deps =
nose
setuptools
unittest2
[testenv:flake8]
deps = flake8
commands = flake8 hy bin tests