Browse Source

👷 update python version

dependabot/pip/requirements/sqlalchemy-1.3.0
lamya-rey 5 years ago
parent
commit
40b5f07afb
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.8
- image: circleci/python:latest
working_directory: ~/repo
steps:
- checkout
@ -25,7 +25,7 @@ jobs:
test:
docker:
- image: circleci/python:3.8
- image: circleci/python:latest
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: postgres

Loading…
Cancel
Save