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

TST: Add Python 3.7 to pipeline

parent bbcf9193
Branches
Tags
2 merge requests!93Release 0.11.0,!91F py37
Pipeline #32516 failed
...@@ -54,6 +54,13 @@ pylint: ...@@ -54,6 +54,13 @@ pylint:
allow_failure: true allow_failure: true
# run unit tests # run unit tests
unittest_py3.7:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.7
script: *python_test_script
unittest_py3.8: unittest_py3.8:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
...@@ -62,7 +69,7 @@ unittest_py3.8: ...@@ -62,7 +69,7 @@ unittest_py3.8:
script: &python_test_script script: &python_test_script
# Python docker has problems with tox and pip so use plain pytest here # Python docker has problems with tox and pip so use plain pytest here
- touch ~/.pycaosdb.ini - touch ~/.pycaosdb.ini
- pip install nose pytest pytest-cov python-dateutil jsonschema==4.0.1 - pip install nose pytest pytest-cov python-dateutil jsonschema>=4.4.0
- pip install . - pip install .
- python -m pytest unittests - python -m pytest unittests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment