Merge branch 'develop' into feature/use-envs-for-settings

This commit is contained in:
Aarni Halinen
2019-10-10 00:43:48 +03:00
4 changed files with 21 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
@@ -22,7 +22,7 @@ test:
- python manage.py test
pycodestyle:
image: python:3.5
image: python:3.7
stage: lint
script:
- pip install pycodestyle