CI: Install py3 deps until image is updated

This commit is contained in:
Daniel Martí 2016-03-13 12:46:32 +00:00
parent 87d675c587
commit 1df2d03ed3

View file

@ -1,6 +1,7 @@
image: mvdan/fdroid-ci:latest
before_script:
- apt-get update && apt-get install -y python3 python3-yaml
- rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
- export PATH="$PWD/fdroidserver:$PATH"