2013-01-19 00:26:58 -08:00
|
|
|
language: python
|
|
|
|
|
python:
|
|
|
|
|
- "2.6"
|
|
|
|
|
- "2.7"
|
2014-04-24 15:28:54 -07:00
|
|
|
- "3.3"
|
2013-01-19 00:26:58 -08:00
|
|
|
env:
|
2014-09-01 13:02:11 -07:00
|
|
|
- DJANGO=1.4.14
|
|
|
|
|
- DJANGO=1.5.9
|
|
|
|
|
- DJANGO=1.6.6
|
2014-09-01 13:07:39 -07:00
|
|
|
matrix:
|
|
|
|
|
exclude:
|
|
|
|
|
- env: DJANGO=1.4.14
|
|
|
|
|
python: "3.3"
|
2013-01-19 00:26:58 -08:00
|
|
|
install:
|
|
|
|
|
- pip install -q Django==$DJANGO --use-mirrors
|
|
|
|
|
- pip install -q -e . --use-mirrors
|
|
|
|
|
script:
|
|
|
|
|
- python setup.py test
|