
used with a ``quant`` argument but without a ``rounding`` argument. See https://github.com/Pylons/colander/issues/66 - Add Python 3.3 to tox configuration and use newer tox testing regime (setup.py dev). Closes #66
17 lines
266 B
INI
17 lines
266 B
INI
[tox]
|
|
envlist =
|
|
py26,py27,py32,py33,pypy,cover
|
|
|
|
[testenv]
|
|
commands =
|
|
python setup.py dev
|
|
python -Wd setup.py test -q
|
|
|
|
[testenv:cover]
|
|
basepython =
|
|
python2.6
|
|
commands =
|
|
python setup.py nosetests --with-xunit --with-xcoverage
|
|
deps =
|
|
nosexcover
|