summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-06-29 05:43:57 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-06-29 05:44:21 -0700
commit432071e1891663fd07795903ecba309dd0ac387a (patch)
tree225c5dfee487b538c9410c2e473657c15fe71ada
parentfda5d69bc8bf201721446be08f578086362e671d (diff)
downloadpystache-432071e1891663fd07795903ecba309dd0ac387a.tar.gz
Update HISTORY with support for Travis CI.
-rw-r--r--.travis.yml1
-rw-r--r--HISTORY.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b483ebd..95628a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: python
+# Travis CI has no plans to support Python 2.4 and Jython.
python:
- 2.5
- 2.6
diff --git a/HISTORY.md b/HISTORY.md
index d701d70..99286ad 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ History
parse tree.
- Added support for rendering pre-compiled templates.
- Added --force2to3 option to setup.py (issue \#121).
+- Added support for [Travis CI](http://travis-ci.org) (issue \#124). [msabramo]
- Bugfix: exceptions raised from a property are no longer swallowed
when getting a key from a context stack (issue \#110).
- Bugfix: lambda section values can now return non-ascii, non-unicode