summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Wilson <dw@botanicus.net>2013-10-26 15:35:00 +0100
committerDavid Wilson <dw@botanicus.net>2013-10-26 15:35:00 +0100
commitdf1670fdf4a6c6d6d7c17706ae0fbae58c212333 (patch)
tree67c4724b59dbf0563f978d665c2e47509dc3ac99 /.travis.yml
parent5ac451558f11fac0e19995131ced47d1acf0769e (diff)
Enable CI.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..87f1a98
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: python
+python:
+ - "2.7"
+ - "3.3"
+ - "pypy"
+
+install:
+ - pip install -e .
+
+script: ./runtests.sh
+
+notifications:
+ email: false