isso/tox.ini

29 lines
512 B
INI
Raw Normal View History

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
configparser
unittest2
{[testenv]deps}
[testenv:py27]
deps =
configparser
2013-09-08 11:21:09 +00:00
{[testenv]deps}
[testenv:backport]
deps =
configparser
werkzeug==0.8.3
html5lib==0.95
itsdangerous==0.22
ipaddr==2.1.10
misaka==1.0.2
{[testenv]deps}
2013-09-08 11:21:09 +00:00
[testenv]
deps =
nose
commands =
2014-03-28 11:28:52 +00:00
python setup.py nosetests
install_command =
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}