|
|
|
@ -16,7 +16,7 @@ pipeline: |
|
|
|
|
|
|
|
|
|
python-3.8: |
|
|
|
|
group: test |
|
|
|
|
image: python:3.8-slim |
|
|
|
|
image: python:3.8 |
|
|
|
|
commands: |
|
|
|
|
- pip install pipenv==2022.10.25 |
|
|
|
|
- pipenv install --dev --deploy |
|
|
|
@ -26,7 +26,7 @@ pipeline: |
|
|
|
|
|
|
|
|
|
python-3.9: |
|
|
|
|
group: test |
|
|
|
|
image: python:3.9-alpine |
|
|
|
|
image: python:3.9 |
|
|
|
|
commands: |
|
|
|
|
- pip install pipenv==2022.10.25 |
|
|
|
|
- pipenv install --dev --deploy |
|
|
|
@ -36,7 +36,7 @@ pipeline: |
|
|
|
|
|
|
|
|
|
python-3.10: |
|
|
|
|
group: test |
|
|
|
|
image: python:3.10-alpine |
|
|
|
|
image: python:3.10 |
|
|
|
|
commands: |
|
|
|
|
- pip install pipenv==2022.10.25 |
|
|
|
|
- pipenv install --dev --deploy |
|
|
|
@ -46,7 +46,7 @@ pipeline: |
|
|
|
|
|
|
|
|
|
python-3.11: |
|
|
|
|
group: test |
|
|
|
|
image: python:3.11-alpine |
|
|
|
|
image: python:3.11 |
|
|
|
|
commands: |
|
|
|
|
- pip install pipenv==2022.10.25 |
|
|
|
|
- pipenv install --dev --deploy |
|
|
|
|