mirror of https://gitlab.com/litecord/litecord.git
tox: attempt to run migrations inside tox env
This commit is contained in:
parent
e5609f3161
commit
d58f1aaad6
|
|
@ -16,10 +16,8 @@ tests:
|
|||
- python -V
|
||||
- time apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev gifsicle rust cargo
|
||||
- time pip3 install --upgrade pip
|
||||
- time pip3 install wheel tox poetry
|
||||
- time pip3 install wheel tox
|
||||
script:
|
||||
- ls
|
||||
- cp config.ci.py config.py
|
||||
- poetry install
|
||||
- poetry run ./manage.py migrate
|
||||
- time tox
|
||||
|
|
|
|||
Loading…
Reference in New Issue