summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f1aeb7f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+language: python
+python:
+ - "2.7"
+ - "pypy"
+install: ":"
+script: ./test-everything.sh
+
+notifications:
+ email:
+ on_success: changed
+ on_failure: always
+ irc:
+ channels: "chat.freenode.net#tmwa"
+ on_success: always
+ on_failure: always
+ use_notice: true