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

23 lines
380 B

[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/