2012-09-07 16:32:52 +04:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2012-11-21 21:21:26 +04:00
|
|
|
- "3.2"
|
2012-09-07 16:32:52 +04:00
|
|
|
|
|
|
|
env:
|
2012-11-28 13:52:03 +04:00
|
|
|
- DJANGO=https://www.djangoproject.com/download/1.5b1/tarball/
|
2012-11-23 04:22:39 +04:00
|
|
|
- DJANGO=django==1.4.2 --use-mirrors
|
2012-09-07 16:32:52 +04:00
|
|
|
- DJANGO=django==1.3.3 --use-mirrors
|
|
|
|
|
|
|
|
install:
|
2012-10-11 16:12:43 +04:00
|
|
|
- pip install $DJANGO
|
2012-11-17 00:58:49 +04:00
|
|
|
- pip install django-filter==0.5.4 --use-mirrors
|
2012-11-22 03:26:10 +04:00
|
|
|
- pip install six --use-mirrors
|
2012-10-11 16:12:43 +04:00
|
|
|
- export PYTHONPATH=.
|
2012-09-07 16:32:52 +04:00
|
|
|
|
|
|
|
script:
|
2012-10-11 16:09:53 +04:00
|
|
|
- python rest_framework/runtests/runtests.py
|
2012-11-23 04:22:39 +04:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- python: "3.2"
|
|
|
|
env: DJANGO=django==1.4.2 --use-mirrors
|
|
|
|
- python: "3.2"
|
|
|
|
env: DJANGO=django==1.3.3 --use-mirrors
|