2013-09-08 11:21:09 +00:00
|
|
|
[tox]
|
2013-10-09 14:28:54 +00:00
|
|
|
envlist = py26,py27,py33
|
2013-09-08 11:21:09 +00:00
|
|
|
[testenv:py26]
|
|
|
|
deps =
|
|
|
|
argparse
|
2013-10-09 13:49:12 +00:00
|
|
|
configparser
|
2014-02-04 14:05:32 +00:00
|
|
|
unittest2
|
2013-10-09 13:49:12 +00:00
|
|
|
{[testenv]deps}
|
|
|
|
[testenv:py27]
|
|
|
|
deps =
|
|
|
|
configparser
|
2013-09-08 11:21:09 +00:00
|
|
|
{[testenv]deps}
|
2013-11-04 07:59:42 +00:00
|
|
|
[testenv:backport]
|
|
|
|
deps =
|
|
|
|
configparser
|
|
|
|
werkzeug==0.8.3
|
2014-01-30 19:49:11 +00:00
|
|
|
html5lib==0.95
|
2014-01-30 19:57:43 +00:00
|
|
|
itsdangerous==0.22
|
|
|
|
ipaddr==2.1.10
|
|
|
|
misaka==1.0.2
|
2013-11-04 07:59:42 +00:00
|
|
|
{[testenv]deps}
|
2013-09-08 11:21:09 +00:00
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
nose
|
2013-10-29 11:01:45 +00:00
|
|
|
doctest-ignore-unicode
|
2014-01-07 14:34:39 +00:00
|
|
|
commands =
|
2013-11-25 16:02:15 +00:00
|
|
|
nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/
|
2014-01-07 14:34:39 +00:00
|
|
|
install_command =
|
|
|
|
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}
|