diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54b07a320f0f82375990a4cbeda481990f319933..8e79e972d692d61f4adb49fb08c314660ef57457 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