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

TST: Add python-version check to python 3.9 unittest

parent 137cd35c
No related branches found
No related tags found
1 merge request!79Release 0.10.0
Pipeline #30501 passed
......@@ -73,6 +73,8 @@ unittest_py3.9:
stage: test
needs: [ ]
script:
# verify that this actually is Python 3.9
- python3 -c "import sys; assert sys.version.startswith('3.9')"
- touch ~/.pycaosdb.ini
- make unittest
......
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