Browse Source

💚 fix CI build

dependabot/pip/requirements/sqlalchemy-1.3.0
denisdalmeida04@gmail.com 6 years ago
parent
commit
9fad20d14a
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

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

Loading…
Cancel
Save