django-rest-framework/.travis.yml
2012-11-07 21:13:38 +00:00

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