mirror of https://github.com/celery/kombu.git
Adds Travis CI
This commit is contained in:
parent
c2029d6044
commit
c12789d567
|
@ -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
|
Loading…
Reference in New Issue