Excluded Django 1.7.7 from Pyton 3.5 config
parent
66e63a29c2
commit
0e4a5b11e4
|
|
@ -26,6 +26,10 @@ matrix:
|
||||||
python: "3.5"
|
python: "3.5"
|
||||||
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
|
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
|
||||||
|
|
||||||
|
-
|
||||||
|
python: "3.5"
|
||||||
|
env: DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install django==$DJANGO_VERSION
|
- pip install django==$DJANGO_VERSION
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue