Update CircleCI Python image (#3742)

Update CircleCI Python image to `3.6.4` and `3.6.2` no longer exists.
This commit is contained in:
Bradley Weston
2018-02-27 09:36:45 -08:00
committed by k8s-ci-robot
parent 624c58299d
commit ca629cc950
+2 -3
View File
@@ -2,8 +2,7 @@ version: 2
jobs:
build:
docker:
# TODO: Update to 3.6.3 when the image become available
- image: circleci/python:3.6.2
- image: circleci/python:3.6.4
steps:
- checkout
- run:
@@ -11,4 +10,4 @@ jobs:
command: test/circle/install.sh
- run:
name: lint
command: test/circle/lint.sh
command: test/circle/lint.sh