diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d189422840694da557c9775149ccd225cee2eb83..52546a6dce1572218885e7f61b6688c6514bcb11 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