django-rest-framework/.travis.yml
2012-12-13 23:14:45 +01:00

19 lines
354 B
YAML

language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=https://github.com/django/django/zipball/master
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=django==1.3.5 --use-mirrors
install:
- pip install $DJANGO
- pip install django-filter==0.5.4 --use-mirrors
- export PYTHONPATH=.
script:
- python rest_framework/runtests/runtests.py