1 new commit in tox:
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
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit