diff options
author | Ask Solem <ask@celeryproject.org> | 2012-02-27 17:28:11 +0000 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2012-02-27 17:28:11 +0000 |
commit | c12789d567fc28604909233ad8fbb13290c60f94 (patch) | |
tree | 5442d911e694f73b24ee2f82b9af0d48a15582fe /.travis.yml | |
parent | c2029d604493e68ac1e8449a64b2b6059641588d (diff) | |
download | kombu-c12789d567fc28604909233ad8fbb13290c60f94.tar.gz |
Adds Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
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 |