]> git.parisson.com Git - timeside-diadems.git/commitdiff
add Travis CI hooks
authoryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:33:34 +0000 (00:33 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 6 Oct 2012 22:33:34 +0000 (00:33 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..929656b
--- /dev/null
@@ -0,0 +1,7 @@
+language: python
+python:
+  - "2.6"
+  - "2.7"
+  - "3.2"
+# command to run tests
+script: tests/alltests.py