1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/c80aa9dd3a33/
Changeset:   c80aa9dd3a33
Branch:      tox-1.8-maint
User:        hpk42
Date:        2014-10-24 12:14:11+00:00
Summary:     add some changelogs for the merged PRs
Affected #:  2 files

diff -r 2c1f0d218f7c5c4f3994aa1b7f82aedb7680d3e9 -r 
c80aa9dd3a33c406ac22133f37825003adcee668 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,14 @@
 
 - fix issue190: allow setenv to be empty.
 
+- allow escaping curly braces with "\".  Thanks Marc Abramowitz for the PR.
+
+- allow "." names in environment names such that "py27-django1.7" is a
+  valid environment name.  Thanks Alex Gaynor and Alex Schepanovski.
+
+- report subprocess exit code when execution fails.  Thanks Marius
+  Gedminas.
+
 
 1.8.0
 -----------

diff -r 2c1f0d218f7c5c4f3994aa1b7f82aedb7680d3e9 -r 
c80aa9dd3a33c406ac22133f37825003adcee668 doc/config.txt
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -244,6 +244,10 @@
 Any ``key=value`` setting in an ini-file can make use
 of value substitution through the ``{...}`` string-substitution pattern.
 
+You can escape curly braces with the ``\`` character if you need them, for 
example::
+
+    commands = echo "\{posargs\}" = {posargs}
+
 Globally available substitutions
 ++++++++++++++++++++++++++++++++

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
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to