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:
script:
- pip install --break-system-packages --upgrade Cython setuptools pip coverage nose2
- pip install --break-system-packages -r requirements.txt
- python setup.py build_ext --inplace
- python -m coverage run -m nose2 -vv -F
- python -m coverage report
variables:
TESTING: "1"
coverage: /TOTAL.*\s+(\d+\%)/
- python setup.py install
- cd example
- python setup.py bdist_wheel
test_python35:
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:
......
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