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

build fix

parent 771eb92d
No related branches found
No related tags found
No related merge requests found
Pipeline #61301 failed with stage
in 4 minutes and 20 seconds
......@@ -5,9 +5,10 @@ stages:
.test:
stage: test
script:
before_script:
- pip install --break-system-packages --upgrade Cython setuptools pip coverage nose2
- pip install --break-system-packages -r requirements.txt
script:
- python setup.py install
- cd example
- python setup.py bdist_wheel
......@@ -15,10 +16,16 @@ stages:
test_python35:
extends: .test
image: python:3.5
before_script:
- pip install --upgrade Cython setuptools pip coverage nose2
- pip install -r requirements.txt
test_python36:
extends: .test
image: python:3.6
before_script:
- pip install --upgrade Cython setuptools pip coverage nose2
- pip install -r requirements.txt
test_python37:
extends: .test
......
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