isso/tox.ini

30 lines
576 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
doctest-ignore-unicode
commands =
2013-11-25 16:02:15 +00:00
nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/
install_command =
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}