Skip to content
Snippets Groups Projects

Use version_file instead of write_to in pyproject.toml

Merged Klaas Kliffen requested to merge fix/use_version_file into main
All threads resolved!
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -88,7 +88,7 @@ run_unit_tests:
@@ -88,7 +88,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: [7, 8, 9, 10]
- PY_VERSION: [ 8, 9, 10]
# 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