From 7255b2e56f3d4597c2608fd8f7b5014d51aad7a9 Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Sun, 28 Jan 2024 16:47:20 +0100 Subject: [PATCH] Temporarily remove test stage --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d189422..52546a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ cache: - venv/ stages: - - test - publish before_script: @@ -19,29 +18,6 @@ before_script: - virtualenv venv - source venv/bin/activate -test: - script: - - source venv/bin/activate - - which pip; which python - - pip install pytest tox # you can also use tox - - pip install --editable ".[test]" - - python -m tox -e py - - -#before_script: -# - apt-get update -yqq -# && apt-get install -yqq --no-install-recommends -# make -# g++ -# && apt-get autoremove -yqq --purge -# && apt-get clean -# -#unittests: -# stage: test -# script: -# - pip install tox==4.12 -# - tox -p -e python3.9 - pypi_publish: before_script: - pip install twine -- GitLab