From 4b84373ad4d1a032baa0140b32d09682b499326f Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 8 Feb 2021 11:06:19 +0100 Subject: [PATCH] removed pytest --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cd73c4..8069033 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,12 +10,3 @@ test:pylama: script: pylama . -test:pytest: - stage: test - only: - - master - - develop - before_script: - - pip install -r requirements.txt - script: - pytest .