1312167fb1
(But not codepaths, in case someone cares)
14 lines
207 B
INI
14 lines
207 B
INI
[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
|