File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 27
27
28
28
cd cache
29
29
30
- if [[ -f google_appengine_1.9.17 .zip ]]; then
30
+ if [[ -f google_appengine_1.9.28 .zip ]]; then
31
31
echo " App Engine SDK already downloaded. Doing nothing."
32
32
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
34
34
fi
35
35
36
36
if [[ -d google_appengine ]]; then
37
37
echo " App Engine SDK already unzipped. Doing nothing."
38
38
else
39
- unzip -q google_appengine_1.9.17 .zip
39
+ unzip -q google_appengine_1.9.28 .zip
40
40
fi
41
41
42
42
echo " Cache contents after getting SDK:"
43
- ls -1F
43
+ ls -lF
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ commands =
7
7
nosetests --ignore-files =django_middleware_test\.py --logging-level =INFO
8
8
deps =
9
9
nose
10
+ passenv = GAE
10
11
11
12
[testenv:cover]
12
13
basepython =
@@ -39,4 +40,4 @@ basepython =
39
40
commands =
40
41
pep8
41
42
deps =
42
- pep8
43
+ pep8
You can’t perform that action at this time.
0 commit comments