isso/tox.ini

29 lines
507 B
INI
Raw Normal View History

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
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}