summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Allner <sa@gocept.com>2016-06-20 18:42:22 +0200
committerSteffen Allner <sa@gocept.com>2016-06-20 18:42:22 +0200
commit1b789ba6e8f852ebd14940dd3ca0f398c6913501 (patch)
tree262eca6101dd27fce9af354c09284c7178323faa
parent3b59bea054112672209682a9f8c81799ac8d22df (diff)
downloadtox-1b789ba6e8f852ebd14940dd3ca0f398c6913501.tar.gz
Add changelog for issue275.
-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
-----