From 45da662385efe0e6bedfa730f43c9738fab5782d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 6 Feb 2012 08:35:10 -0500 Subject: [PATCH] Add tox config for multi-python testing. Change-Id: I9fdcb44cfe7859a53726c7235ea2b395e0d48160 --- tox.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 674c2047..c88060b0 100644 --- a/tox.ini +++ b/tox.ini @@ -11,15 +11,11 @@ commands = nosetests deps = pep8 commands = pep8 --repeat --show-source bin melange setup.py -[testenv:pylint] -deps = pylint -commands = pylint --rcfile=pylintrc --output-format=parseable melange - [testenv:cover] commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=melange -[testenv:sdist] -commands = python setup.py sdist {posargs} +[testenv:venv] +commands = {posargs} [testenv:hudson] downloadcache = ~/cache/pip @@ -36,3 +32,6 @@ deps = file://{toxinidir}/.cache.bundle deps = file://{toxinidir}/.cache.bundle commands = nosetests --cover-erase --cover-package=melange --with-xcoverage +[testenv:jenkinsvenv] +commands = {posargs} +