Skip to content

Commit 3f6d901

Browse files
committed
Change in python version for docker image in circleci.
1 parent eb350c3 commit 3f6d901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
build_test_python:
9494
<<: *defaults
9595
docker:
96-
- image: circleci/python:3.6.1
96+
- image: circleci/python:3.6.4
9797
environment:
9898
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
9999

@@ -137,7 +137,7 @@ jobs:
137137
upload_to_code_climate:
138138
<<: *defaults
139139
docker:
140-
- image: circleci/python:3.6.1
140+
- image: circleci/python:3.6.4
141141
environment:
142142
CC_TEST_REPORTER_ID: $CC_TEST_REPORTER_ID
143143
working_directory: ~/repo

0 commit comments

Comments
 (0)