diff --git a/tox.ini b/tox.ini index 5b9b99bf..fa1947a2 100644 --- a/tox.ini +++ b/tox.ini @@ -17,8 +17,8 @@ commands = pylint --rcfile=pylintrc --output-format=parseable glance [testenv:cover] commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=glance -[testenv:sdist] -commands = python setup.py sdist {posargs} +[testenv:venv] +commands = {posargs} [testenv:hudson] downloadcache = ~/cache/pip @@ -34,3 +34,7 @@ deps = file://{toxinidir}/.cache.bundle [testenv:jenkinscover] deps = file://{toxinidir}/.cache.bundle commands = nosetests --cover-erase --cover-package=glance --with-xcoverage + +[testenv:jenkinsvenv] +deps = file://{toxinidir}/.cache.bundle +commands = {posargs}