django-polymorphic/.travis.yml

24 lines
345 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
env:
- DJANGO=django==1.4.5
- DJANGO=django==1.5
matrix:
exclude:
- python: "3.3"
env: DJANGO=django==1.4.5
- python: "3.2"
env: DJANGO=django==1.4.5
install:
- "pip install $DJANGO --use-mirrors"
script:
- python runtests.py
branches:
only:
- master