mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
20 lines
477 B
YAML
20 lines
477 B
YAML
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:
|
|
- pip install $DJANGO
|
|
- pip install -r requirements.txt --use-mirrors
|
|
- pip install -e git+https://github.com/alex/django-filter.git@0e4b3d703b31574922ab86fc78a86164aad0c1d0#egg=django-filter
|
|
- export PYTHONPATH=.
|
|
|
|
script:
|
|
- python rest_framework/runtests/runtests.py
|