Commit 5dc1176f by Xavier Ordoquy Committed by Florian Apolloner

Get ready for travis-ci

parent 3fc4c6fa
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=django==1.5 --use-mirrors
- DJANGO=django==1.4.5 --use-mirrors
- DJANGO=django==1.3.7 --use-mirrors
install:
- pip install $DJANGO
script:
- python setup.py test
notifications:
email: false
matrix:
exclude:
- python: "3.2"
env: DJANGO=django==1.4.5 --use-mirrors
- python: "3.2"
env: DJANGO=django==1.3.7 --use-mirrors
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment