|
@ -3,7 +3,7 @@ stages: |
|
|
- deploy |
|
|
- deploy |
|
|
|
|
|
|
|
|
tests: |
|
|
tests: |
|
|
image: python:3.6-slim-stretch |
|
|
|
|
|
|
|
|
image: python:3.7-slim-stretch |
|
|
stage: test |
|
|
stage: test |
|
|
script: |
|
|
script: |
|
|
- python3 -m pip install pipenv |
|
|
- python3 -m pip install pipenv |
|
@ -14,7 +14,7 @@ tests: |
|
|
- docker |
|
|
- docker |
|
|
|
|
|
|
|
|
pages: |
|
|
pages: |
|
|
image: python:3.6-slim-stretch |
|
|
|
|
|
|
|
|
image: python:3.7-slim-stretch |
|
|
stage: deploy |
|
|
stage: deploy |
|
|
script: |
|
|
script: |
|
|
- python3 -m pip install pipenv |
|
|
- python3 -m pip install pipenv |
|
|