hy/tox.ini

45 lines
641 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
-e
git+https://github.com/hylang/rply.git#egg=rply
[testenv:pypy]
commands = nosetests
deps =
astor
nose
setuptools
-e
git+https://github.com/hylang/rply.git#egg=rply
[testenv:py27]
commands = nosetests
deps =
astor
nose
setuptools
-e
git+https://github.com/hylang/rply.git#egg=rply
[testenv:py26]
deps =
astor
nose
setuptools
unittest2
importlib
-e
git+https://github.com/hylang/rply.git#egg=rply
[testenv:flake8]
deps =
flake8
-e
git+https://github.com/hylang/rply.git#egg=rply
commands = flake8 hy bin tests