aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/test.yml')
-rw-r--r--.woodpecker/test.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml
new file mode 100644
index 0000000..045da8e
--- /dev/null
+++ b/.woodpecker/test.yml
@@ -0,0 +1,11 @@
+matrix:
+ DB:
+ - sqlite
+ - postgres
+
+steps:
+ - name: "test($DB)"
+ image: python:bookworm
+ commands:
+ - pip install tox
+ - ci/run_tests.sh $DB