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} +