Give up on setup.py

This commit is contained in:
Daniel Martí 2015-07-30 12:20:01 -07:00
parent f2370fed5b
commit 75576e013a
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
before_script:
- apt-get update -qy
- apt-get install -y python python-setuptools
- apt-get install -y python
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
- cd fdroidserver
- python2 setup.py install
- export PATH="$PATH:$PWD/fdroidserver"
metadata_check:
script: