From e704799b6ee2eb14653aa05081f0c15fd9b0857f Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 24 Oct 2017 10:01:16 +0100 Subject: [PATCH] Fix 3.6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 995ca161d..55908b5b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -309,7 +309,7 @@ test:3.6: <<: *test_template variables: PY_VERSION: "python3.6" - PY_PACKAGES: "python3-pip python3-venv" + PY_PACKAGES: "python3-pip python3.6-venv" PY_VENV: "python3.6 -m venv" -- GitLab