2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/f4d318abc49f/ Changeset: f4d318abc49f User: ludwigf Date: 2014-07-24 15:31:35+00:00 Summary: set VIRTUAL_ENV for test commands Affected #: 1 file
diff -r 27b38ca7904a514f5b9e51e3570fac218b522737 -r f4d318abc49fc52617628d7568dfdb22f355784a tox/_venv.py --- a/tox/_venv.py +++ b/tox/_venv.py @@ -320,6 +320,7 @@ setenv = self.envconfig.setenv if setenv: env.update(setenv) + env['VIRTUAL_ENV'] = str(self.path) env.update(extraenv) return env https://bitbucket.org/hpk42/tox/commits/399ecae24b33/ Changeset: 399ecae24b33 User: hpk42 Date: 2014-09-23 14:08:54+00:00 Summary: Merged in ludwigf/tox (pull request #114) set VIRTUAL_ENV for test commands Affected #: 1 file diff -r c32a8d4463f5f38036c7d86c25f2f51ffdc4bdd4 -r 399ecae24b33db95199de1a64849f7c15610303d tox/_venv.py --- a/tox/_venv.py +++ b/tox/_venv.py @@ -324,6 +324,7 @@ setenv = self.envconfig.setenv if setenv: env.update(setenv) + env['VIRTUAL_ENV'] = str(self.path) env.update(extraenv) return env Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit