summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 752ddb5..e91d4dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,12 @@ jobs:
linux:
strategy:
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10']
+ python-version: [
+ '3.7',
+ '3.8',
+ '3.9',
+ '3.10',
+ ]
include:
- python-version: '3.7'
os: ubuntu-18.04 # MySQL 5.7.32
@@ -61,4 +66,3 @@ jobs:
run: |
coverage combine
coverage report
- codecov