Skip to content
Snippets Groups Projects
Commit 33fcfbf0 authored by florian's avatar florian
Browse files

WIP: Pipeline

parent ed997178
No related branches found
No related tags found
2 merge requests!93Release 0.11.0,!91F py37
Pipeline #32517 passed
......@@ -59,13 +59,6 @@ unittest_py3.7:
stage: test
needs: [ ]
image: python:3.7
script: *python_test_script
unittest_py3.8:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.8
script: &python_test_script
# Python docker has problems with tox and pip so use plain pytest here
- touch ~/.pycaosdb.ini
......@@ -73,6 +66,13 @@ unittest_py3.8:
- pip install .
- python -m pytest unittests
unittest_py3.8:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.8
script: *python_test_script
# This needs to be changed once Python 3.9 isn't the standard Python in Debian
# anymore.
unittest_py3.9:
......
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