Skip to content
Snippets Groups Projects

Initial binary wheel setup

2 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -68,7 +68,7 @@ run_unit_tests:
- tox -e py3${PY_VERSION}
parallel:
matrix: # use the matrix for testing
- PY_VERSION: [7, 8, 9, 10]
- PY_VERSION: [8, 9, 10, 11]
# Run code coverage on the base image thus also performing unit tests
run_unit_tests_coverage:
Loading