gitlab-ci: remove hacks need to support Debian/jessie

This commit is contained in:
Hans-Christoph Steiner 2017-07-04 14:53:21 +02:00
parent 6d7fd5f07c
commit b29fcde16b
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@ image: registry.gitlab.com/fdroid/ci-images-server:latest
test:
script:
- apt-get -qq update && apt-get -y dist-upgrade
- mkdir -p /usr/lib/python3.4/site-packages/
# workaround https://github.com/pypa/setuptools/issues/937
- pip3 install setuptools==33.1.1
- pip3 install -e .
- cd tests
- ./complete-ci-tests