isso/tox.ini
2013-11-10 12:51:49 +01:00

26 lines
472 B
INI
Executable File

[tox]
envlist = py26,py27,py33
indexserver =
default = https://pypi.switch.posativ.org/root/pypi/+simple
[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/
nosetests specs/