mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-14 23:01:21 +00:00
Install tox before running CI
This commit is contained in:
parent
b68057d1a0
commit
7a02355c2d
@ -5,11 +5,15 @@ stages:
|
|||||||
py38-django31:
|
py38-django31:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
|
before_script:
|
||||||
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e py38-django31
|
script: tox -e py38-django31
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
|
before_script:
|
||||||
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
|
||||||
# Be nice to new contributors, but please use `tox`
|
# Be nice to new contributors, but please use `tox`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user