summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-07-03 15:19:47 +0200
committerAlex Morega <alex@grep.ro>2013-07-03 16:34:27 +0200
commit5ba4f47c4b38ee6ce08b1f32a9eb8d46eebf2f09 (patch)
treec9ef9d4a049c62c517daddd2d7c3d15bf2c13207 /.travis.yml
parent0d1423709dc009cf8290988197a5acc40e50e09c (diff)
downloadbabel-5ba4f47c4b38ee6ce08b1f32a9eb8d46eebf2f09.tar.gz
travis configuration
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..c5cbea9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: python
+
+python:
+ - "2.6"
+ - "2.7"
+ - "pypy"
+ - "3.3"
+
+install:
+ - pip install pytz
+ - pip install --editable .
+
+script: python setup.py test