Skip to content
Snippets Groups Projects

Update cookiecutter.json

Merged Corné Lukken requested to merge quick-fixes into main
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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