Files
deb-python-colander/tox.ini
Michael Merickel ca5de5cd72 test on py35
2016-01-15 20:08:14 -06:00

26 lines
482 B
INI

[tox]
envlist =
py26,py27,py32,py33,py34,py35,pypy,pypy3,cover,docs
[testenv]
commands =
python setup.py -q dev
python -Wd setup.py -q test -q
[testenv:cover]
basepython =
python2.7
commands =
nosetests --with-xunit --with-xcoverage --cover-min-percentage=100
deps =
nose
coverage
nosexcover
[testenv:docs]
basepython =
python2.7
commands =
pip install colander[docs]
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html