summaryrefslogtreecommitdiff
path: root/doc/announce/release-2.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/announce/release-2.0.txt')
-rw-r--r--doc/announce/release-2.0.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/announce/release-2.0.txt b/doc/announce/release-2.0.txt
index d21a12b..d2caf0c 100644
--- a/doc/announce/release-2.0.txt
+++ b/doc/announce/release-2.0.txt
@@ -55,10 +55,10 @@ Holger Krekel, merlinux GmbH
-----------
- (new) introduce environment variable isolation:
- tox now only passes the PATH variable from the tox
+ tox now only passes the PATH and PIP_INDEX_URL variable from the tox
invocation environment to the test environment and on Windows
also ``SYSTEMROOT``, ``PATHEXT``, ``TEMP`` and ``TMP`` whereas
- on linux additionally ``TMPDIR`` is passed. If you need to pass
+ on unix additionally ``TMPDIR`` is passed. If you need to pass
through further environment variables you can use the new ``passenv`` setting,
a space-separated list of environment variable names. Each name
can make use of fnmatch-style glob patterns. All environment
@@ -109,4 +109,3 @@ Holger Krekel, merlinux GmbH
experimental plugin hooks, use tox internals at your own risk.
- DEPRECATE distshare in documentation
-