mirror of https://gitlab.crans.org/bde/nk20
Compare commits
No commits in common. "ad19b64b3ac051c3ec1d76620835a2bf5f679e58" and "ad2cc2296443e0a892848ee19a6c70ace20858dd" have entirely different histories.
ad19b64b3a
...
ad2cc22964
|
@ -1,4 +1,4 @@
|
||||||
image: python:3.8
|
image: python:3.6
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
@ -17,13 +17,8 @@ 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.8
|
image: python:3.6
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 9dcb25723e1cf14c2344946a96e9d8f98cc4cf0e
|
|
Loading…
Reference in New Issue