Skip to content
Snippets Groups Projects

F py37

Merged Florian Spreckelsen requested to merge f-py37 into dev
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
@@ -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:
Loading