We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2813505 commit 904f315Copy full SHA for 904f315
.github/workflows/test.yml
@@ -10,7 +10,6 @@ jobs:
10
max-parallel: 5
11
matrix:
12
python-version: ['3.5', '3.6', '3.7', '3.8']
13
- target: ['postgresql', 'mariadb', 'sqlite']
14
15
services:
16
mariadb:
@@ -62,7 +61,6 @@ jobs:
62
61
${{ matrix.python-version }}-v1-
63
64
- name: Install enchant (only for docs)
65
- if: "matrix.target == 'docs'"
66
run: |
67
sudo apt-get -qq update
68
sudo apt-get -y install enchant
@@ -75,7 +73,6 @@ jobs:
75
73
- name: Tox tests
76
74
run: tox -v
77
env:
78
- TARGET: ${{ matrix.target }}
79
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
80
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
81
tox.ini
@@ -61,9 +61,3 @@ python =
3.6: py36
3.7: py37
3.8: py38
-
-[gh-actions:env]
-TARGET =
- sqlite: sqlite
- postgresql: postgresql
69
- mariadb: mariadb
0 commit comments