mirror of https://gitlab.com/litecord/litecord.git
ci: debug venv location
This commit is contained in:
parent
e5f8fe7243
commit
fb817e129a
|
|
@ -20,6 +20,7 @@ tests:
|
||||||
script:
|
script:
|
||||||
- ls
|
- ls
|
||||||
- cp config.ci.py config.py
|
- cp config.ci.py config.py
|
||||||
|
- pipenv --venv
|
||||||
- pipenv run ./manage.py migrate
|
- pipenv run ./manage.py migrate
|
||||||
- pipenv run black --check litecord run.py tests manage
|
- pipenv run black --check litecord run.py tests manage
|
||||||
- pipenv run pyflakes run.py litecord/
|
- pipenv run pyflakes run.py litecord/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue