mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-02-06 07:13:00 +00:00
Compare commits
2 Commits
ad2cc22964
...
ad19b64b3a
Author | SHA1 | Date | |
---|---|---|---|
|
ad19b64b3a | ||
|
2642ae3a1a |
@ -1,4 +1,4 @@
|
|||||||
image: python:3.6
|
image: python:3.8
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
@ -17,8 +17,13 @@ py37-django22:
|
|||||||
stage: test
|
stage: test
|
||||||
script: tox -e py37-django22
|
script: tox -e py37-django22
|
||||||
|
|
||||||
|
py38-django22:
|
||||||
|
image: python:3.8
|
||||||
|
stage: test
|
||||||
|
script: tox -e py38-django22
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
image: python:3.6
|
image: python:3.8
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
|
||||||
|
1
apps/scripts
Submodule
1
apps/scripts
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9dcb25723e1cf14c2344946a96e9d8f98cc4cf0e
|
Loading…
x
Reference in New Issue
Block a user