Skip to content
Snippets Groups Projects
Commit bac80c6a authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

reduce testing block to v12

parent 6defc439
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -84,7 +84,7 @@ run_unit_tests: ...@@ -84,7 +84,7 @@ run_unit_tests:
- tox -e py3${PY_VERSION} - tox -e py3${PY_VERSION}
parallel: parallel:
matrix: # use the matrix for testing matrix: # use the matrix for testing
- PY_VERSION: [8, 9, 10, 11] - PY_VERSION: [12]
# Run code coverage on the base image thus also performing unit tests # Run code coverage on the base image thus also performing unit tests
run_unit_tests_coverage: run_unit_tests_coverage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment