From 5def214be29b5728ce5ace9d91a98aaead36bf14 Mon Sep 17 00:00:00 2001 From: ken-morel Date: Thu, 2 May 2024 03:04:52 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4685ab5..e735740 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,21 +10,7 @@ services: - ./README.md:/src/README.md - ./LICENSE:/src/LICENSE - test39: - build: - context: . - dockerfile: dockerfiles/dev.dockerfile - args: - PYTHON_VERSION: '3.9' - command: pytest - test310: - build: - context: . - dockerfile: dockerfiles/dev.dockerfile - args: - PYTHON_VERSION: '3.10' - command: pytest test311: build: