mirror of https://gitlab.com/litecord/litecord.git
ci: poetry install
This commit is contained in:
parent
90c0c17335
commit
e5609f3161
|
|
@ -20,5 +20,6 @@ tests:
|
||||||
script:
|
script:
|
||||||
- ls
|
- ls
|
||||||
- cp config.ci.py config.py
|
- cp config.ci.py config.py
|
||||||
|
- poetry install
|
||||||
- poetry run ./manage.py migrate
|
- poetry run ./manage.py migrate
|
||||||
- time tox
|
- time tox
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue