django-rest-framework/.travis.yml
2012-10-11 13:12:43 +01:00

18 lines
303 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
- export PYTHONPATH=.
script:
- python rest_framework/runtests/runtests.py