2013-09-08 11:21:09 +00:00
|
|
|
[tox]
|
2014-04-21 08:43:51 +00:00
|
|
|
envlist = py26,py27,py33,py34
|
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
|
2014-01-07 14:34:39 +00:00
|
|
|
commands =
|
2014-03-28 11:28:52 +00:00
|
|
|
python setup.py nosetests
|
2014-01-07 14:34:39 +00:00
|
|
|
install_command =
|
|
|
|
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}
|