File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11language : python
2- sudo : false
2+ sudo : required
3+ dist : xenial
34python :
45- 2.7
56- 3.4
67- 3.5
78- 3.6
9+ - 3.7
810install :
911- |
1012 if [ "$TEST_TYPE" = build ]; then
@@ -41,11 +43,9 @@ matrix:
4143 env : TEST_TYPE=build
4244 - python : ' 3.6'
4345 env : TEST_TYPE=build
44- - python : ' 3.5'
45- env : TEST_TYPE=build
46- - python : ' 3.6'
46+ - python : ' 3.7'
4747 env : TEST_TYPE=build
4848 - python : ' 2.7'
4949 env : TEST_TYPE=lint
50- - python : ' 3.6 '
50+ - python : ' 3.7 '
5151 env : TEST_TYPE=lint
Original file line number Diff line number Diff line change @@ -553,4 +553,4 @@ def batch_url_string(**url_params):
553553
554554
555555def response_json (response ):
556- return json .loads (response .body )
556+ return json .loads (to_unicode ( response .body ) )
You can’t perform that action at this time.
0 commit comments