Updated Travis config matrix.
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user