summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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