summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-11-11 11:14:05 +0100
committerStefan Kögl <stefan@skoegl.net>2012-11-11 11:14:05 +0100
commit8f61a8ac446e86a6ea413c84f083a7d0e187302f (patch)
tree9865ae7f25093100c5f64af1ded12b7177820a81 /.travis.yml
parentc8e2e427b0938b8b1637e1830b07d6e0a5807ecc (diff)
downloadpython-json-patch-8f61a8ac446e86a6ea413c84f083a7d0e187302f.tar.gz
enable automatic builds on travis-ci.org
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f9d1f9c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python:
+ - "2.5"
+ - "2.6"
+ - "2.7"
+ - "3.2"
+# command to run tests
+script: nosetests