diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd8ec2b..8177a91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/tox.ini b/tox.ini index 57942f3..98c3f94 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ deps = mypy==0.910 pytest-instafail==0.4.2 commands = + python3 ./manage.py migrate black --check litecord run.py tests manage flake8 litecord run.py tests manage pytest {posargs:tests}