ci: debug venv location

This commit is contained in:
Luna 2021-06-30 22:33:26 -03:00
parent e5f8fe7243
commit fb817e129a
1 changed files with 1 additions and 0 deletions

View File

@ -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/