From 19db0328ac307104fb6d95929d32c629b71aae78 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 2 Aug 2018 14:50:47 +0200 Subject: [PATCH] fix .gitlab-ci.yml docs --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54b07a32..8e79e972 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: # https://github.com/thaliawww/python-thalia # Should get auto-updated with the official 'python' repository # Installs: - # - pip: tox, coverage + # - pip: tox, coverage, pipenv # - apt: ghostscript PY35_IMAGE: thalia/python-thalia:3.5 PY36_IMAGE: thalia/python-thalia:3.6 @@ -19,7 +19,6 @@ stages: pep8: stage: test image: $PY35_IMAGE - before_script: script: - tox -e flake8 -- GitLab