Skip to content
Snippets Groups Projects
Commit 1b5241fc authored by David Schäfer's avatar David Schäfer
Browse files

Run all tests on scheduled pipelines

parent 3b3c84ff
No related branches found
No related tags found
1 merge request!370Release 2.0
Pipeline #52080 passed with stage
in 1 minute and 59 seconds
......@@ -20,8 +20,6 @@ default:
# test saqc with python 3.7
python37:
stage: test
except:
- schedules
image: python:3.7
script:
- pytest tests/core tests/funcs tests/integration dios/test -Werror
......@@ -31,8 +29,6 @@ python37:
# test saqc with python 3.8
python38:
stage: test
except:
- schedules
script:
- pytest tests/core tests/funcs tests/integration dios/test -Werror
- python -m saqc --config ressources/data/config.csv --data ressources/data/data.csv --outfile /tmp/test.csv
......@@ -41,8 +37,6 @@ python38:
# test saqc with python 3.9
python39:
stage: test
except:
- schedules
image: python:3.9
script:
- pytest tests/core tests/funcs tests/integration dios/test -Werror
......@@ -60,8 +54,6 @@ black:
# make (visual) coverage in gitlab merge request diff's
coverage:
stage: test
except:
- schedules
allow_failure: true
script:
- pip install pytest-cov coverage
......
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