ci: has alpine:edge finally moved to python3?

This commit is contained in:
Daniel Eklöf 2019-09-21 20:57:21 +02:00
parent 7ed35052bb
commit 12feaf1ccd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -19,9 +19,6 @@ debug:
stage: build
script:
- apk add gcovr
- python2 -m ensurepip --upgrade
- python2 -m pip install --upgrade pip
- python2 -m pip install --upgrade setuptools
- mkdir -p bld/debug
- cd bld/debug
- meson --buildtype=debug -Db_coverage=true ../..