isso/tox.ini

21 lines
346 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]
deps =
nose
ipaddress
commands=
nosetests --with-doctest isso/
nosetests specs/