Initial travis

This commit is contained in:
Ilan Steemers
2015-06-24 15:29:34 +02:00
parent 67180c1984
commit bf360a2d95

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO=1.8.2
- DJANGO=1.7.8
install:
- pip install -q django==$DJANGO --use-mirrors
- pip install redis coveralls coloredlogs hiredis jsonpickle simplejson
- python setup.py install
script:
- coverage run --source=django_q setup.py test
after_success:
- coveralls