2012-09-07 16:32:52 +04:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
|
|
|
|
|
|
|
env:
|
|
|
|
- DJANGO=https://github.com/django/django/zipball/master
|
|
|
|
- DJANGO=django==1.4.1 --use-mirrors
|
|
|
|
- DJANGO=django==1.3.3 --use-mirrors
|
|
|
|
|
|
|
|
install:
|
2012-10-11 16:12:43 +04:00
|
|
|
- pip install $DJANGO
|
2012-11-01 23:11:15 +04:00
|
|
|
- pip install -r requirements.txt --use-mirrors
|
2012-11-08 01:13:38 +04:00
|
|
|
- pip install -e git+https://github.com/alex/django-filter.git@0e4b3d703b31574922ab86fc78a86164aad0c1d0#egg=django-filter
|
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
|