mirror of https://gitlab.com/litecord/litecord.git
.gitlab-ci.yml: add git
This commit is contained in:
parent
b58a0c5c84
commit
797810df2c
|
|
@ -13,7 +13,7 @@ cache:
|
|||
tests:
|
||||
before_script:
|
||||
- python -V
|
||||
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev
|
||||
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git
|
||||
- pip3 install pipenv wheel tox
|
||||
- pipenv install --dev
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue