2013-09-08 11:21:09 +00:00
|
|
|
[tox]
|
2014-05-28 08:12:01 +00:00
|
|
|
envlist = py27,py33,py34
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
commands =
|
|
|
|
python setup.py nosetests
|
|
|
|
|
2013-09-08 11:21:09 +00:00
|
|
|
[testenv:py26]
|
|
|
|
deps =
|
|
|
|
argparse
|
2014-02-04 14:05:32 +00:00
|
|
|
unittest2
|
2014-05-28 08:12:01 +00:00
|
|
|
configparser
|
2013-10-09 13:49:12 +00:00
|
|
|
{[testenv]deps}
|
2014-05-28 08:12:01 +00:00
|
|
|
|
2013-10-09 13:49:12 +00:00
|
|
|
[testenv:py27]
|
|
|
|
deps =
|
|
|
|
configparser
|
2013-09-08 11:21:09 +00:00
|
|
|
{[testenv]deps}
|
2014-05-28 08:12:01 +00:00
|
|
|
|
|
|
|
[testenv:debian]
|
|
|
|
deps=
|
2014-01-30 19:49:11 +00:00
|
|
|
html5lib==0.95
|
2014-01-30 19:57:43 +00:00
|
|
|
ipaddr==2.1.10
|
2014-05-29 11:06:03 +00:00
|
|
|
itsdangerous==0.22
|
2014-01-30 19:57:43 +00:00
|
|
|
misaka==1.0.2
|
2014-05-29 11:06:03 +00:00
|
|
|
passlib==1.5.3
|
|
|
|
werkzeug==0.8.3
|
2014-05-28 08:12:01 +00:00
|
|
|
|
|
|
|
[testenv:squeeze]
|
|
|
|
basepython=python2.6
|
|
|
|
deps=
|
|
|
|
{[testenv:py26]deps}
|
|
|
|
{[testenv:debian]deps}
|
|
|
|
|
|
|
|
[testenv:wheezy]
|
|
|
|
basepython=python2.7
|
2013-09-08 11:21:09 +00:00
|
|
|
deps =
|
2014-05-28 08:12:01 +00:00
|
|
|
{[testenv:py27]deps}
|
|
|
|
{[testenv:debian]deps}
|