New issue 153: Support running tests on an existant virtual environment https://bitbucket.org/hpk42/tox/issue/153/support-running-tests-on-an-existant
klmitch: We have a situation where we need to build our own virtual environment, then run tests within that virtual environment to validate it for deployment. It would be useful if there were a command-line option to tox that we could use to tell it to skip constructing the virtual environment and use one in a directory that we specify. If this option were used, tox would need to skip all of its normal virtual environment building/refreshing and simply proceed to run the commands for the designated -e option(s) with the specified virtual environment active; perhaps something like: tox -e py26,pep8 -V /home/deploy/v1234/virtualenv _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit