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
No related branches found
No related tags found
2 merge requests!93Release 0.11.0,!91F py37
Pipeline #32516 failed
......@@ -54,6 +54,13 @@ pylint:
allow_failure: true
# run unit tests
unittest_py3.7:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.7
script: *python_test_script
unittest_py3.8:
tags: [ docker ]
stage: test
......@@ -62,7 +69,7 @@ unittest_py3.8:
script: &python_test_script
# Python docker has problems with tox and pip so use plain pytest here
- 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 .
- python -m pytest unittests
......
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