summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yaml b/.travis.yaml
new file mode 100644
index 0000000..5873a42
--- /dev/null
+++ b/.travis.yaml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+script: "python setup.py test"
+notifications:
+ email: false
+ irc: "irc.freenode.org#xelnext"
+