add tox.ini

This commit is contained in:
Martin Zimmermann 2013-09-08 13:21:09 +02:00
parent 5cad8fb8b5
commit af11656022

14
tox.ini Executable file
View File

@ -0,0 +1,14 @@
[tox]
envlist = py26,py27
indexserver =
default = https://pypi.switch.posativ.org/root/pypi/+simple
[testenv:py26]
deps =
argparse
{[testenv]deps}
[testenv]
deps =
nose
ipaddress
commands=
nosetests specs/