hy/tox.ini

14 lines
207 B
INI
Raw Normal View History

2013-03-06 00:39:34 +01:00
[tox]
envlist = py27,pypy,py33,flake8
skipsdist = True
[testenv]
commands =
pip install --allow-all-external -e .
nosetests
deps =
-rrequirements-dev.txt
[testenv:flake8]
commands = flake8 hy bin tests