summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-02-27 17:28:11 +0000
committerAsk Solem <ask@celeryproject.org>2012-02-27 17:28:11 +0000
commitc12789d567fc28604909233ad8fbb13290c60f94 (patch)
tree5442d911e694f73b24ee2f82b9af0d48a15582fe /.travis.yml
parentc2029d604493e68ac1e8449a64b2b6059641588d (diff)
downloadkombu-c12789d567fc28604909233ad8fbb13290c60f94.tar.gz
Adds Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..f313ae2b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+python:
+ - 2.5
+ - 2.6
+ - 2.7
+install: pip install -r requirements/default.txt -r requirements/test.txt
+script: nosetests