isso/tox.ini
2014-01-07 15:52:35 +01:00

25 lines
483 B
INI
Executable File

[tox]
envlist = py26,py27,py33
[testenv:py26]
deps =
argparse
configparser
{[testenv]deps}
[testenv:py27]
deps =
configparser
{[testenv]deps}
[testenv:backport]
deps =
configparser
werkzeug==0.8.3
{[testenv]deps}
[testenv]
deps =
nose
doctest-ignore-unicode
commands =
nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/
install_command =
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}