Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fad9221

Browse files
committed
Merge pull request GoogleCloudPlatform#247 from pcostell/travis
Fix travis integration.
2 parents c3badea + 237940c commit fad9221

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

get_app_engine_sdk.sh

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ fi
2727

2828
cd cache
2929

30-
if [[ -f google_appengine_1.9.17.zip ]]; then
30+
if [[ -f google_appengine_1.9.28.zip ]]; then
3131
echo "App Engine SDK already downloaded. Doing nothing."
3232
else
33-
wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.17.zip -nv
33+
wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.28.zip -nv
3434
fi
3535

3636
if [[ -d google_appengine ]]; then
3737
echo "App Engine SDK already unzipped. Doing nothing."
3838
else
39-
unzip -q google_appengine_1.9.17.zip
39+
unzip -q google_appengine_1.9.28.zip
4040
fi
4141

4242
echo "Cache contents after getting SDK:"
43-
ls -1F
43+
ls -lF

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ commands =
77
nosetests --ignore-files=django_middleware_test\.py --logging-level=INFO
88
deps =
99
nose
10+
passenv = GAE
1011

1112
[testenv:cover]
1213
basepython =
@@ -39,4 +40,4 @@ basepython =
3940
commands =
4041
pep8
4142
deps =
42-
pep8
43+
pep8

0 commit comments

Comments
 (0)