Browse Source

Bumping CI to python 3.7

merge-requests/1/merge
Drew Short 5 years ago
parent
commit
453393d1b6
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

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

Loading…
Cancel
Save