From 7909ea49699c47a5b6d8467b3019e936a8d921c5 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Wed, 25 Sep 2019 10:43:08 +0200 Subject: [PATCH] install twine --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18ecfd2..40c43df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ before_script: - pyenv local $(latest_python 3.7) - pip install -U pip setuptools - pip install tox + - pip install twine tests: script: -- GitLab