Skip to content
Snippets Groups Projects

Update cookiecutter.json

Merged
Corné Lukkenrequested to merge
quick-fixes into main
All threads resolved!

Files

@@ -83,7 +83,7 @@ run_unit_tests:
@@ -83,7 +83,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: [9, 10, 11, 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:
Loading