Commit e76ec459 by Chris Jerdonek

Merge branch 'travis-ci' into development: add Travis CI support

Closing pull request #124: https://github.com/defunkt/pystache/pull/124

Thanks, msabramo!
parents d3597ed4 a06d3dc1
language: python
# Travis CI has no plans to support Python 2.4 and Jython.
python:
- 2.5
- 2.6
- 2.7
- 3.2
# TODO: get all tests passing with PyPy.
#- pypy
script:
- python setup.py install
# Include the spec tests directory for Mustache spec tests and the
# project directory for doctests.
- pystache-test ext/spec/specs .
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment