Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 1, 2024
1 parent eebcc55 commit 8c76821
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@ services:
- ./README.md:/src/README.md
- ./LICENSE:/src/LICENSE

test37:
test39:
build:
context: .
dockerfile: dockerfiles/dev.dockerfile
args:
PYTHON_VERSION: '3.7'
PYTHON_VERSION: '3.9'
command: pytest

test38:
test310:
build:
context: .
dockerfile: dockerfiles/dev.dockerfile
args:
PYTHON_VERSION: '3.8'
PYTHON_VERSION: '3.10'
command: pytest

test39:
test311:
build:
context: .
dockerfile: dockerfiles/dev.dockerfile
args:
PYTHON_VERSION: '3.9'
PYTHON_VERSION: '3.11'
command: pytest

test310:
test312:
build:
context: .
dockerfile: dockerfiles/dev.dockerfile
args:
PYTHON_VERSION: '3.10'
PYTHON_VERSION: '3.12'
command: pytest

0 comments on commit 8c76821

Please sign in to comment.