django-rest-framework/.travis.yml

17 lines
280 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
- DJANGO=django==1.4.1 --use-mirrors
- DJANGO=django==1.3.3 --use-mirrors
install:
- pip install $DJANGO
script:
- python rest_framework/runtests/runtests.py