isso/tox.ini

22 lines
403 B
INI
Raw Normal View History

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
configparser
{[testenv]deps}
[testenv:py27]
deps =
configparser
2013-09-08 11:21:09 +00:00
{[testenv]deps}
[testenv]
deps =
nose
ipaddress
doctest-ignore-unicode
2013-09-08 11:21:09 +00:00
commands=
nosetests --with-doctest --with-doctest-ignore-unicode isso/
2013-09-08 11:21:09 +00:00
nosetests specs/