Skip to content
Snippets Groups Projects

MAINT: REmove Python 3.7

Merged Florian Spreckelsen requested to merge f-remove-python37 into dev
4 files
+ 6
11
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
9
@@ -134,22 +134,16 @@ unittest_py39:
- python3 -c "import linkahead; print('LinkAhead Version:', linkahead.__version__)"
- tox
unittest_py37:
unittest_py38:
tags: [docker]
stage: unittest
image: python:3.7
image: python:3.8
script: &python_test_script
- pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
- pip install pynose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
- pip install .
- pytest --cov=caosadvancedtools unittests
unittest_py38:
tags: [docker]
stage: unittest
image: python:3.8
script: *python_test_script
unittest_py310:
tags: [docker]
stage: unittest
Loading