Skip to content

Commit d2181bb

Browse files
committed
html -> dirhtml, and format_nongpl -> formatnongpl in tox
1 parent ac29e07 commit d2181bb

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: pypy-3.8
3434
toxenv: pypy3-format-tests
3535
- name: pypy-3.8
36-
toxenv: pypy3-format_nongpl-build
36+
toxenv: pypy3-formatnongpl-build
3737
- name: pypy-3.8
38-
toxenv: pypy3-format_nongpl-tests
38+
toxenv: pypy3-formatnongpl-tests
3939
- name: 3.7
4040
toxenv: py37-noextra-build
4141
- name: 3.7
@@ -45,9 +45,9 @@ jobs:
4545
- name: 3.7
4646
toxenv: py37-format-tests
4747
- name: 3.7
48-
toxenv: py37-format_nongpl-build
48+
toxenv: py37-formatnongpl-build
4949
- name: 3.7
50-
toxenv: py37-format_nongpl-tests
50+
toxenv: py37-formatnongpl-tests
5151
- name: 3.8
5252
toxenv: py38-noextra-build
5353
- name: 3.8
@@ -57,9 +57,9 @@ jobs:
5757
- name: 3.8
5858
toxenv: py38-format-tests
5959
- name: 3.8
60-
toxenv: py38-format_nongpl-build
60+
toxenv: py38-formatnongpl-build
6161
- name: 3.8
62-
toxenv: py38-format_nongpl-tests
62+
toxenv: py38-formatnongpl-tests
6363
- name: 3.9
6464
toxenv: py39-noextra-build
6565
- name: 3.9
@@ -69,9 +69,9 @@ jobs:
6969
- name: 3.9
7070
toxenv: py39-format-tests
7171
- name: 3.9
72-
toxenv: py39-format_nongpl-build
72+
toxenv: py39-formatnongpl-build
7373
- name: 3.9
74-
toxenv: py39-format_nongpl-tests
74+
toxenv: py39-formatnongpl-tests
7575
- name: "3.10"
7676
toxenv: py310-noextra-build
7777
- name: "3.10"
@@ -81,9 +81,9 @@ jobs:
8181
- name: "3.10"
8282
toxenv: py310-format-tests
8383
- name: "3.10"
84-
toxenv: py310-format_nongpl-build
84+
toxenv: py310-formatnongpl-build
8585
- name: "3.10"
86-
toxenv: py310-format_nongpl-tests
86+
toxenv: py310-formatnongpl-tests
8787
- name: "3.11.0-beta - 3.11.0"
8888
toxenv: py311-noextra-build
8989
- name: "3.11.0-beta - 3.11.0"
@@ -93,9 +93,9 @@ jobs:
9393
- name: "3.11.0-beta - 3.11.0"
9494
toxenv: py311-format-tests
9595
- name: "3.11.0-beta - 3.11.0"
96-
toxenv: py311-format_nongpl-build
96+
toxenv: py311-formatnongpl-build
9797
- name: "3.11.0-beta - 3.11.0"
98-
toxenv: py311-format_nongpl-tests
98+
toxenv: py311-formatnongpl-tests
9999
- name: "3.10"
100100
toxenv: docs-dirhtml
101101
- name: "3.10"
@@ -136,11 +136,11 @@ jobs:
136136
- os: windows-latest
137137
python-version:
138138
name: pypy-3.8
139-
toxenv: pypy3-format_nongpl-build
139+
toxenv: pypy3-formatnongpl-build
140140
- os: windows-latest
141141
python-version:
142142
name: pypy-3.8
143-
toxenv: pypy3-format_nongpl-tests
143+
toxenv: pypy3-formatnongpl-tests
144144
- os: windows-latest
145145
python-version:
146146
name: "3.10"
@@ -152,7 +152,7 @@ jobs:
152152
- os: windows-latest
153153
python-version:
154154
name: "3.10"
155-
toxenv: py310-format_nongpl-tests
155+
toxenv: py310-formatnongpl-tests
156156
- os: windows-latest
157157
python-version:
158158
name: "3.11.0-alpha - 3.11.0"
@@ -164,7 +164,7 @@ jobs:
164164
- os: windows-latest
165165
python-version:
166166
name: "3.11.0-alpha - 3.11.0"
167-
toxenv: py311-format_nongpl-tests
167+
toxenv: py311-formatnongpl-tests
168168
- os: windows-latest
169169
python-version:
170170
name: "3.10"

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310,311,py3}-{noextra,format,format_nongpl}-{build,tests},
3+
py{37,38,39,310,311,py3}-{noextra,format,formatnongpl}-{build,tests},
44
readme
55
safety
66
secrets
77
style
88
typing
9-
docs-{html,doctest,linkcheck,spelling,style}
9+
docs-{dirhtml,doctest,linkcheck,spelling,style}
1010
skipsdist = True
1111

1212
[testenv]
@@ -24,7 +24,7 @@ whitelist_externals =
2424
commands =
2525
noextra: {envpython} -m pip install --disable-pip-version-check {toxinidir}
2626
format,perf: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format]'
27-
format_nongpl: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format_nongpl]'
27+
formatnongpl: {envpython} -m pip install --disable-pip-version-check '{toxinidir}[format-nongpl]'
2828

2929
# Ignore the deprecation warning until pypa/setuptools#3276 is released
3030
tests,coverage,codecov: {envpython} -Werror -W"ignore:module 'sre_constants' is deprecated:DeprecationWarning" -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}

0 commit comments

Comments
 (0)