Skip to content
Snippets Groups Projects
Commit 7255b2e5 authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Temporarily remove test stage

parent 4c970f12
Branches
No related merge requests found
Pipeline #16333 failed with stage
in 23 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment