mirror of https://gitlab.com/litecord/litecord.git
.gitlab-ci.yml: dunno maybe that works
This commit is contained in:
parent
893e96f8ec
commit
cdad58bbc3
|
|
@ -13,7 +13,7 @@ cache:
|
||||||
tests:
|
tests:
|
||||||
before_script:
|
before_script:
|
||||||
- python -V
|
- python -V
|
||||||
- apk --update add --no-cache --virtual .build_deps build-base python3.7-dev gcc libgcc
|
- apk --update add --no-cache build-base python3.7-dev gcc libgcc
|
||||||
- pip3 install pipenv wheel tox
|
- pip3 install pipenv wheel tox
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue