From c4b90d674a480a1495164d966fad9e81ccf06571 Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Tue, 13 Nov 2018 04:09:44 -0300 Subject: [PATCH] .gitlab-ci.yml: remove python3.7-dev --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcc350a..2bb8e9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: tests: before_script: - python -V - - apk --update add --no-cache build-base python3.7-dev gcc libgcc + - apk --update add --no-cache build-base gcc libgcc - pip3 install pipenv wheel tox - pipenv install --dev script: