django-rest-framework/.travis.yml

19 lines
354 B
YAML
Raw Normal View History

2012-09-07 16:32:52 +04:00
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=https://github.com/django/django/zipball/master
2012-12-14 02:14:45 +04:00
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=django==1.3.5 --use-mirrors
2012-09-07 16:32:52 +04:00
install:
2012-10-11 16:12:43 +04:00
- pip install $DJANGO
- pip install django-filter==0.5.4 --use-mirrors
2012-10-11 16:12:43 +04:00
- export PYTHONPATH=.
2012-09-07 16:32:52 +04:00
script:
- python rest_framework/runtests/runtests.py