You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isso/tox.ini

29 lines
512 B

[tox]
envlist = py26,py27,py33,py34
[testenv:py26]
deps =
argparse
configparser
unittest2
{[testenv]deps}
[testenv:py27]
deps =
configparser
{[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}
[testenv]
deps =
nose
commands =
python setup.py nosetests
install_command =
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}