Browse Source

🚧 modify test

pull/1/merge
spokequenouille 6 years ago
parent
commit
8d899fa506
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -18,10 +18,6 @@ jobs:
paths: paths:
- "venv" - "venv"
- image: circleci/postgres:9.6.2-alpine - image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: myUsr
POSTGRES_DB: psdb
POSTGRES_PASSWORD: somePwd
test: test:
docker: docker:
- image: circleci/python:3.9 - image: circleci/python:3.9

Loading…
Cancel
Save