Update to python 3.7 and add deploy policies

This commit is contained in:
Aarni Halinen
2019-10-09 23:53:35 +03:00
parent 7ffddf41f8
commit 4e5b6c565a
4 changed files with 17 additions and 4 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ stages:
- deploy
test:
image: python:3.5
image: python:3.7
stage: test
services:
- postgres:latest
@@ -24,7 +24,7 @@ test:
- python manage.py test
pycodestyle:
image: python:3.5
image: python:3.7
stage: lint
script:
- pip install pycodestyle