summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 10:42:56 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 10:42:56 -0700
commit856925f3ca4de6ca5a709aa8f3cd10a4962573a3 (patch)
treecb87f9d3f5697ae2486f4720db53812e17da77e4
parent4b41dd6bec9bdfc4efa5cf8da772e2c0a38c5320 (diff)
downloadpystache-856925f3ca4de6ca5a709aa8f3cd10a4962573a3.tar.gz
Add TODO re: tox documentation.
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index dd34b8d..d0b13c4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,6 +8,7 @@ In development branch:
* Add a unit test for the change made in 7ea8e7180c41. This is with regard
to not requiring spec tests when running tests from a downloaded sdist.
* Finish removing references to Python 2.4 and noting end of support.
+* In the README, state which version of tox is expected.
* Look into bypassing the _PartialNode class so that partials can be loaded
and parsed at parse-time instead of at render-time.
* Turn the benchmarking script at pystache/tests/benchmark.py into a command