Skip to content

Commit ac6acc9

Browse files
committed
Nicer way to express running both test and type jobs
1 parent 3840f3a commit ac6acc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
min_version = 4.0
3-
env_list = format, lint, py{39,310,311}-pydantic{1,2}-test, py{39,310,311}-pydantic{1,2}-type
3+
env_list = format, lint, py{39,310,311}-pydantic{1,2}-{test,type}
44

55
[gh-actions]
66
python =

0 commit comments

Comments
 (0)