1 2 3 4 5 6 7 8 9 10 11
matrix: DB: - sqlite - postgres steps: - name: "test($DB)" image: python:bookworm commands: - pip install tox - ci/run_tests.sh $DB