add tox.ini

pull/16/head
Martin Zimmermann 11 years ago
parent 5cad8fb8b5
commit af11656022

@ -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/
Loading…
Cancel
Save