isso/tox.ini
Martin Zimmermann 80cbf2676f drop Python 2.6
* no timedelta.total_seconds
* no functools.total_ordering

EOL.
2014-06-28 18:21:44 +02:00

29 lines
399 B
INI
Executable File

[tox]
envlist = py27,py33,py34
[testenv]
deps =
nose
commands =
python setup.py nosetests
[testenv:py27]
deps =
configparser
{[testenv]deps}
[testenv:debian]
deps=
html5lib==0.95
ipaddr==2.1.10
itsdangerous==0.22
misaka==1.0.2
passlib==1.5.3
werkzeug==0.8.3
[testenv:wheezy]
basepython=python2.7
deps =
{[testenv:py27]deps}
{[testenv:debian]deps}