Skip to content

Commit f4fefd5

Browse files
committed
CI: Add install to none and full tests
1 parent 15fe94e commit f4fefd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ envlist =
1515
py3{9,10,11}-pre-{x86,x64}
1616
# x64-only range
1717
py312-{full,pre}-x64
18+
install
1819
doctest
1920
style
2021
typecheck
@@ -31,9 +32,9 @@ python =
3132

3233
[gh-actions:env]
3334
DEPENDS =
34-
none: none
35+
none: none, install
3536
pre: pre
36-
full: full
37+
full: full, install
3738
min: min
3839

3940
ARCH =

0 commit comments

Comments
 (0)