summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 09:48:41 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 09:48:41 -0700
commita0857922093af7906ab6fd053e00f44a494e646c (patch)
tree66ec35ab6618d020d365c175df11b0c910217bed
parent996d12f384fcde6c7823da1066713e4d83541950 (diff)
downloadpystache-a0857922093af7906ab6fd053e00f44a494e646c.tar.gz
Add TODO's re: PYTHONHASHSEED.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index f877869..cd812e0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,6 +3,8 @@ TODO
In development branch:
+* Randomize PYTHONHASHSEED when running tests in tox.
+* Randomize PYTHONHASHSEED when running tests in Travis CI.
* Figure out a way to suppress center alignment of images in reST output.
* 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.