summaryrefslogtreecommitdiff
path: root/setup_description.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:38:41 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:38:41 -0700
commitde33ff316211ca35c87232cf594ef06a8daf0806 (patch)
tree56cfab7255b693b3f812771eaf5d8656e808820b /setup_description.rst
parent661a959bf3ecf9c6592d3047089c2b44cf1042e3 (diff)
downloadpystache-de33ff316211ca35c87232cf594ef06a8daf0806.tar.gz
Allow tox to run from a downloaded sdist (i.e. without spec tests).
Diffstat (limited to 'setup_description.rst')
-rw-r--r--setup_description.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_description.rst b/setup_description.rst
index 6001c6b..1ca09e8 100644
--- a/setup_description.rst
+++ b/setup_description.rst
@@ -346,8 +346,8 @@ History
when getting a key from a context stack (issue #110).
- Bugfix: lambda section values can now return non-ascii, non-unicode
strings (issue #118).
-- Bugfix: running ``test_pystache.py`` from a downloaded sdist no
- longer requires a spec test directory to pass.
+- Bugfix: allow ``test_pystache.py`` and ``tox`` to pass when run from
+ a downloaded sdist (i.e. without the spec test directory).
- Convert HISTORY and README files from reST to Markdown.
- More robust handling of byte strings in Python 3.
- Added Creative Commons license for David Phillips's logo.