Skip to content
Snippets Groups Projects
Unverified Commit ccf291e0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix tests

parent e9bbd554
No related branches found
No related tags found
No related merge requests found
Pipeline #61299 failed with stage
in 4 minutes and 17 seconds
...@@ -8,12 +8,32 @@ stages: ...@@ -8,12 +8,32 @@ stages:
script: script:
- pip install --break-system-packages --upgrade Cython setuptools pip coverage nose2 - pip install --break-system-packages --upgrade Cython setuptools pip coverage nose2
- pip install --break-system-packages -r requirements.txt - pip install --break-system-packages -r requirements.txt
- python setup.py build_ext --inplace - python setup.py install
- python -m coverage run -m nose2 -vv -F - cd example
- python -m coverage report - python setup.py bdist_wheel
variables:
TESTING: "1" test_python35:
coverage: /TOTAL.*\s+(\d+\%)/ extends: .test
image: python:3.5
test_python36:
extends: .test
image: python:3.6
test_python37:
extends: .test
image: python:3.7
test_python38:
extends: .test
image: python:3.8
test_python39:
extends: .test
image: python:3.9
test_python310: test_python310:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment