Skip to content
Snippets Groups Projects
Commit 039dc2ca authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Update pipline

parent c122a526
No related branches found
No related tags found
1 merge request!4Tests
Pipeline #19049 failed
......@@ -19,7 +19,7 @@ lint:
test_35:
<< : *py_test
before_script:
- conda env create -q -n test python=3.5 pip
- conda create -q -n test python=3.5 pip
- conda run -n python -m pip install .[test]
script:
- pytest -vv
......@@ -27,7 +27,7 @@ test_35:
test_36:
<< : *py_test
before_script:
- conda env create -q -n test python=3.6 pip
- conda create -q -n test python=3.6 pip
- conda run -n python -m pip install .[test]
script:
- pytest -vv
......@@ -35,7 +35,7 @@ test_36:
test_37:
<< : *py_test
before_script:
- conda env create -q -n test python=3.7 pip
- conda create -q -n test python=3.7 pip
- conda run -n python -m pip install .[test]
script:
- pytest -vv
......@@ -43,7 +43,7 @@ test_37:
test_38:
<< : *py_test
before_script:
- conda env create -q -n test python=3.8 pip
- conda create -q -n test python=3.8 pip
- conda run -n python -m pip install .[test]
script:
- pytest -vv
......@@ -51,7 +51,7 @@ test_38:
test_39:
<< : *py_test
before_script:
- conda env create -q -n test python=3.9 pip
- conda create -q -n test python=3.9 pip
- conda run -n python -m pip install .[test]
script:
- pytest -vv
......@@ -59,7 +59,7 @@ test_39:
test_latest:
<< : *py_test
before_script:
- conda env create -q -n test python=3.10 pip
- conda create -q -n test python=3.10 pip
- conda run -n python -m pip install .[test]
script:
- pytest -vv
......
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