Merge branch 'develop' into feature/use-envs-for-settings
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user