Updated Travis config matrix.
parent
1a4930a29f
commit
18735017db
10
.travis.yml
10
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue