CI: add python-yaml dependency

This commit is contained in:
Daniel Martí 2015-09-01 11:45:02 -07:00
parent 803efe7a21
commit 761f923fb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
before_script:
- apt-get -q update -y
- echo " == Installing required packages"
- apt-get -q install -y python
- apt-get -q install -y python python-yaml
- echo " == Cloning fdroidserver"
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10