Skip to content
Snippets Groups Projects
Commit 28d6ee78 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Specify python patch version in circleci conf.

parent 1381b878
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,13 @@ version: 2.1 ...@@ -6,13 +6,13 @@ version: 2.1
executors: executors:
python: python:
docker: docker:
- image: circleci/python:3.8 - image: circleci/python:3.8.9
node: node:
docker: docker:
- image: circleci/node:12 - image: circleci/node:12
with-database: with-database:
docker: docker:
- image: circleci/python:3.8 - image: circleci/python:3.8.9
environment: environment:
DATABASE_URL: postgresql://hypha:hypha@localhost/hypha?sslmode=disable DATABASE_URL: postgresql://hypha:hypha@localhost/hypha?sslmode=disable
DJANGO_SETTINGS_MODULE: hypha.settings.test DJANGO_SETTINGS_MODULE: hypha.settings.test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment