Skip to content

Commit 904f315

Browse files
committed
Smaller matrix.
1 parent 2813505 commit 904f315

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
max-parallel: 5
1111
matrix:
1212
python-version: ['3.5', '3.6', '3.7', '3.8']
13-
target: ['postgresql', 'mariadb', 'sqlite']
1413

1514
services:
1615
mariadb:
@@ -62,7 +61,6 @@ jobs:
6261
${{ matrix.python-version }}-v1-
6362
6463
- name: Install enchant (only for docs)
65-
if: "matrix.target == 'docs'"
6664
run: |
6765
sudo apt-get -qq update
6866
sudo apt-get -y install enchant
@@ -75,7 +73,6 @@ jobs:
7573
- name: Tox tests
7674
run: tox -v
7775
env:
78-
TARGET: ${{ matrix.target }}
7976
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
8077
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
8178

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,3 @@ python =
6161
3.6: py36
6262
3.7: py37
6363
3.8: py38
64-
65-
[gh-actions:env]
66-
TARGET =
67-
sqlite: sqlite
68-
postgresql: postgresql
69-
mariadb: mariadb

0 commit comments

Comments
 (0)