File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
global :
12
- - APPENGINE_SDK_VERSION=1.9.7
12
+ - APPENGINE_SDK_VERSION=1.9.21
13
13
matrix :
14
14
- DJANGO_VERSION=1.4
15
15
- DJANGO_VERSION=1.5
@@ -22,7 +22,7 @@ install:
22
22
- pip install git+https://github.com/adieu/django-autoload\#egg=django-autoload --target=$PWD
23
23
24
24
before_script :
25
- - wget https://commondatastorage .googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_SDK_VERSION.zip -nv
25
+ - wget https://storage .googleapis.com/appengine-sdks/featured/google_appengine_$APPENGINE_SDK_VERSION.zip -nv
26
26
- unzip -q google_appengine_$APPENGINE_SDK_VERSION.zip
27
27
- PYTHONPATH=. python django/bin/django-admin.py startproject --name=app.yaml --template=djangoappengine/conf/project_template appenginetest .
28
28
You can’t perform that action at this time.
0 commit comments