Skip to content

Commit 9103b64

Browse files
committed
List all extra targets?
1 parent 06f7f0b commit 9103b64

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
max-parallel: 5
1111
matrix:
1212
python-version: ['3.5', '3.6', '3.7', '3.8']
13-
target: ['postgresql', 'mariadb', 'sqlite', 'extra']
13+
target: ['postgresql', 'mariadb', 'sqlite', 'docs', 'style', 'readme']
1414

1515
services:
1616
mariadb:

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py38-extra-{docs,style,readme}
3+
py38-{docs,style,readme}
44
py{35,36,37,38}-dj22-sqlite
55
py{36,37,38}-dj{30,31}-sqlite
66
py{36,37,38}-djmaster-sqlite
@@ -65,4 +65,6 @@ TARGET =
6565
sqlite: sqlite
6666
postgresql: postgresql
6767
mariadb: mariadb
68-
extra: extra
68+
docs: docs
69+
style: style
70+
readme: readme

0 commit comments

Comments
 (0)