update python version for the CI

This commit is contained in:
Gonçalo Valério 2019-06-26 00:03:15 +01:00
parent 40dd253054
commit bb02c2a25c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
format: format:
docker: docker:
- image: circleci/python:3.6.7 - image: circleci/python:3.7.3
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
@ -27,7 +27,7 @@ jobs:
test: test:
docker: docker:
- image: circleci/python:3.6.7 - image: circleci/python:3.7.3
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout