summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 14:11:44 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 14:11:44 -0700
commit893bd6ae0d6b2c8c66515496642795e9d82bfce1 (patch)
tree7de3302c3a20857b1197b90b2adb92d033cba82a /TODO.md
parent2f3864f9e338d3acb8741bca843a391c5fbb1a1a (diff)
downloadpystache-893bd6ae0d6b2c8c66515496642795e9d82bfce1.tar.gz
Add TODO re: Travis CI status image.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 0d6be0b..86ba4b2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,7 @@
TODO
====
+* Add Travis CI status image to README.
* Add a Renderer.render_name() method to render by template name.
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
make it a subcommand of one of the existing commands (i.e. using a command argument).