diff options
Diffstat (limited to 'python/pystache/.travis.yml')
-rw-r--r-- | python/pystache/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/pystache/.travis.yml b/python/pystache/.travis.yml new file mode 100644 index 0000000000..00227053aa --- /dev/null +++ b/python/pystache/.travis.yml @@ -0,0 +1,14 @@ +language: python + +# Travis CI has no plans to support Jython and no longer supports Python 2.5. +python: + - 2.6 + - 2.7 + - 3.2 + - 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 |