поправил CI
This commit is contained in:
parent
423b763268
commit
cc4cad5b64
@ -16,11 +16,4 @@ black_check:
|
|||||||
image: python:3.9
|
image: python:3.9
|
||||||
script:
|
script:
|
||||||
- pip install -r requirements/dev.txt
|
- pip install -r requirements/dev.txt
|
||||||
- black --check --config pyproject.toml .
|
- black --check --config pyproject.toml .
|
||||||
|
|
||||||
testing:
|
|
||||||
stage: testing
|
|
||||||
script:
|
|
||||||
- pip install -r requirements/test.txt -r requirements/prod.txt
|
|
||||||
- cd lyceum
|
|
||||||
- python manage.py test
|
|
||||||
Loading…
x
Reference in New Issue
Block a user