Files
deb-python-colander/tox.ini
Chris McDonough f180c6a191 - Work around a regression in Python 3.3 for `colander.Decimal` when it's
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
2012-10-01 22:51:48 -04:00

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