2013-09-08 11:21:09 +00:00
|
|
|
[tox]
|
2013-10-09 14:28:54 +00:00
|
|
|
envlist = py26,py27,py33
|
2013-09-08 11:21:09 +00:00
|
|
|
indexserver =
|
|
|
|
default = https://pypi.switch.posativ.org/root/pypi/+simple
|
|
|
|
[testenv:py26]
|
|
|
|
deps =
|
|
|
|
argparse
|
2013-10-09 13:49:12 +00:00
|
|
|
configparser
|
|
|
|
{[testenv]deps}
|
|
|
|
[testenv:py27]
|
|
|
|
deps =
|
|
|
|
configparser
|
2013-09-08 11:21:09 +00:00
|
|
|
{[testenv]deps}
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
ipaddress
|
2013-10-29 11:01:45 +00:00
|
|
|
doctest-ignore-unicode
|
2013-09-08 11:21:09 +00:00
|
|
|
commands=
|
2013-10-29 11:01:45 +00:00
|
|
|
nosetests --with-doctest --with-doctest-ignore-unicode isso/
|
2013-09-08 11:21:09 +00:00
|
|
|
nosetests specs/
|