Fixed YAML parsing errors.
parent
18735017db
commit
6953be4fd8
|
|
@ -16,10 +16,12 @@ branches:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- python: "3.4"
|
-
|
||||||
|
python: "3.4"
|
||||||
env: DJANGO_VERSION=1.5.10
|
env: DJANGO_VERSION=1.5.10
|
||||||
|
|
||||||
- python: "3.4"
|
-
|
||||||
|
python: "3.4"
|
||||||
env: DJANGO_VERSION=1.6.7
|
env: DJANGO_VERSION=1.6.7
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue