]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add Travis CI 219/head
authorSharoon Thomas <sharoon.thomas@openlabs.co.in>
Sat, 18 May 2013 11:26:10 +0000 (16:56 +0530)
committerSharoon Thomas <sharoon.thomas@openlabs.co.in>
Sat, 18 May 2013 11:26:10 +0000 (16:56 +0530)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..afa9b4b
--- /dev/null
@@ -0,0 +1,8 @@
+language: python
+python:
+  - "2.5"
+  - "2.6"
+  - "2.7"
+install:
+  - "python setup.py install"
+script: python setup.py test