Update Travis config

This commit is contained in:
2015-01-29 09:32:32 +00:00
parent 01ac2e26dc
commit 2b2efd396b

View File

@@ -3,10 +3,9 @@ python:
- "2.6"
- "2.7"
env:
- DJANGO="django==1.4.13"
- DJANGO="django==1.5.8"
- DJANGO="django==1.6.5"
- DJANGO="https://www.djangoproject.com/download/1.7c2/tarball/"
- DJANGO="django==1.4.19"
- DJANGO="django==1.5.12"
- DJANGO="django==1.6.10"
install:
- pip install -q $DJANGO --use-mirrors
- pip install -q . --use-mirrors
@@ -17,7 +16,3 @@ before_script:
script:
- python setup.py test
matrix:
exclude:
- python: "2.6"
env: DJANGO="https://www.djangoproject.com/download/1.7c2/tarball/"