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

22 lines
403 B

11 years ago
[tox]
envlist = py26,py27,py33
11 years ago
indexserver =
default = https://pypi.switch.posativ.org/root/pypi/+simple
[testenv:py26]
deps =
argparse
configparser
{[testenv]deps}
[testenv:py27]
deps =
configparser
11 years ago
{[testenv]deps}
[testenv]
deps =
nose
ipaddress
doctest-ignore-unicode
11 years ago
commands=
nosetests --with-doctest --with-doctest-ignore-unicode isso/
11 years ago
nosetests specs/