Skip to content

Commit eee9d91

Browse files
committed
Rename testenvs to all follow similar naming style
1 parent 570a594 commit eee9d91

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can check your formatting using black's check mode:
8383

8484
.. code-block:: bash
8585
86-
tox -e formatting
86+
tox -e format
8787
8888
You can also get black to format your changes for you:
8989

docs/changes/+9b32031d.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rename testenvs to all follow similar naming style

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ isolated_build = true
33
envlist =
44
# Keep this in sync with .github/workflows/main.yml
55
py{38,39,310,311,312,313}
6-
formatting
6+
format
77
typecheck
88
lint
9-
docs
9+
doc
1010
release_notes
1111

1212
[gh-actions]
@@ -15,7 +15,7 @@ python =
1515
3.9: py39
1616
3.10: py310
1717
3.11: py311
18-
3.12: py312, formatting, typecheck, lint, docs, release_notes
18+
3.12: py312, format, typecheck, lint, doc, release_notes
1919
3.13: py313
2020

2121
[testenv]
@@ -26,7 +26,7 @@ deps =
2626
commands =
2727
pytest {posargs}
2828

29-
[testenv:formatting]
29+
[testenv:format]
3030
skip_install = true
3131
deps =
3232
black
@@ -48,7 +48,7 @@ deps =
4848
commands =
4949
mypy {posargs:autoapi}
5050

51-
[testenv:docs]
51+
[testenv:doc]
5252
extras =
5353
docs
5454
deps =

0 commit comments

Comments
 (0)