summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYohann Lepage <yohann@lepage.info>2012-10-24 11:03:18 +0200
committerYohann Lepage <yohann@lepage.info>2012-10-24 11:03:18 +0200
commit769a0c40c5176ca21ce9d6d9671887314f4d98b9 (patch)
tree42d973d962bbbec57b9ed8cac61d04ba809f61aa /.travis.yml
parentf693e43b0ae753e7f9448abc3cbcea48eafa3d90 (diff)
Add support of Travis CI continuous integration service
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 00000000..9923529b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python:
+ - "2.5"
+ - "2.6"
+ - "2.7"
+ - "3.2"
+
+script: python setup.py install