Compare commits

..

2 Commits

Author SHA1 Message Date
Yohann D'ANELLO ad19b64b3a 💚 Add Python 3.8 to Gitlab CI 2020-07-30 20:45:17 +02:00
Yohann D'ANELLO 2642ae3a1a 🐛 Scripts subproject has disappeared 2020-07-30 20:41:19 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: python:3.6
image: python:3.8
stages:
- test
@ -17,8 +17,13 @@ py37-django22:
stage: test
script: tox -e py37-django22
py38-django22:
image: python:3.8
stage: test
script: tox -e py38-django22
linters:
image: python:3.6
image: python:3.8
stage: quality-assurance
script: tox -e linters

1
apps/scripts Submodule

@ -0,0 +1 @@
Subproject commit 9dcb25723e1cf14c2344946a96e9d8f98cc4cf0e