summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2015-05-05 09:02:51 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2015-05-05 09:02:51 -0700
commit294d91209ee5766e1ec23434c3b8efe25767cad1 (patch)
tree83ef1b20222e4290273a8c776376c58d31bd42b8 /CHANGELOG
parent5a66d75cb644e1b88956e95f7ab9ff05cb06e58f (diff)
downloadtox-294d91209ee5766e1ec23434c3b8efe25767cad1.tar.gz
CHANGELOG: Document new "ignore_errors" setting
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 29008b0..a578a44 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,12 @@
If platform is set and doesn't match the platform spec in the test
environment the test environment is ignored, no setup or tests are attempted.
+.. (new) add per-venv "ignore_errors" setting, which defaults to False.
+ If ``True``, a non-zero exit code from one command will be ignored and
+ further commands will be executed (which was the default behavior in tox <
+ 2.0). If ``False`` (the default), then a non-zero exit code from one command
+ will abort execution of commands for that environment.
+
- remove the long-deprecated "distribute" option as it has no effect these days.
- fix issue233: avoid hanging with tox-setuptools integration example. Thanks simonb.