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:
format:
docker:
- image: circleci/python:3.6.7
- image: circleci/python:3.7.3
working_directory: ~/repo
steps:
- checkout
@ -27,7 +27,7 @@ jobs:
test:
docker:
- image: circleci/python:3.6.7
- image: circleci/python:3.7.3
working_directory: ~/repo
steps:
- checkout