aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0e177a95a31eca8b6fae5642e0f962137d67107c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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