mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
Initial travis
This commit is contained in:
20
.travis.yml
Normal file
20
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user