Browse Source

👷 update verion

pull/1/merge
lamya-rey 5 years ago
parent
commit
228b4a59c8
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

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

Loading…
Cancel
Save