summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2012-08-09 15:48:32 -0700
committerandy <andy@whiskeymedia.com>2012-08-09 15:48:32 -0700
commitca9689b4b1b89d2b808a94a64bfac42438ca0301 (patch)
tree03c63cfd421a54152da78a5b6ba041ee6d9f76bc
parent1b938d4bf85cdbd930284785684f844008ab6e98 (diff)
downloadredis-py-ca9689b4b1b89d2b808a94a64bfac42438ca0301.tar.gz
integration with travis-ci
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ca64313
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: python
+python:
+ - "3.2"
+ - "2.7"
+ - "2.6"
+ - "2.5"