Updated Travis config matrix.

master
Brandon Taylor 2014-09-12 08:45:19 -04:00
parent 1a4930a29f
commit 18735017db
1 changed files with 8 additions and 2 deletions

View File

@ -3,8 +3,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
@ -16,6 +14,14 @@ branches:
only:
- master
matrix:
exclude:
- python: "3.4"
env: DJANGO_VERSION=1.5.10
- python: "3.4"
env: DJANGO_VERSION=1.6.7
install:
- pip install -q south
- pip install -q django==$DJANGO_VERSION