602f392fe7
And who said you can't teach an old dog new tricks. ... but at the same time, drop Python 3.2 for not knowing this new trick.
19 lines
263 B
INI
19 lines
263 B
INI
[tox]
|
|
envlist = py26,py27,pypy,py33,flake8
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
commands =
|
|
pip install --allow-all-external -e .
|
|
nosetests
|
|
deps =
|
|
-rrequirements-dev.txt
|
|
|
|
[testenv:py26]
|
|
deps =
|
|
{[testenv]deps}
|
|
unittest2
|
|
|
|
[testenv:flake8]
|
|
commands = flake8 hy bin tests
|