summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c4a63e0..ff6b8c3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,8 @@
2.4.0
-----
-- fix issue212: allow escaping curly brace chars "\{" and "\}" if you need the
- chars "{" and "}" to appear in your commands or other ini values.
+- fix issue212: allow escaping curly brace chars "\{" and "\}" if you need the
+ chars "{" and "}" to appear in your commands or other ini values.
Thanks John Vandenberg.
- add --workdir option to override where tox stores its ".tox" directory
@@ -14,7 +14,7 @@
something like "pip freeze". Thanks Ted Shaw, Holger Krekel.
- fix issue66, issue121: change install_command to use "python -m pip"
- by default instead of "pip ..." directly which avoids long shebang
+ by default instead of "pip ..." directly which avoids long shebang
issues. If you need to run python2.6 you need to configure it to
something like "pip install {opts} {packages}". Thanks Ted Shaw,
Holger Krekel.
@@ -22,6 +22,10 @@
- New feature: When a search for a config file fails, tox tries loading
setup.cfg with a section prefix of "tox".
+- fix issue275: Introduce hooks ``tox_runtest_pre``` and
+ ``tox_runtest_post`` which run before and after the tests of a venv,
+ respectively. Thanks to Matthew Schinckel and itxaka serrano.
+
2.3.2
-----