We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802589f commit 5eb0f29Copy full SHA for 5eb0f29
1 file changed
tox.ini
@@ -6,7 +6,7 @@
6
[tox]
7
skipsdist = True
8
envlist =
9
- py{39,310,311,312}
+ py{310,311,312}
10
style
11
coverage
12
safety
@@ -26,7 +26,7 @@ deps =
26
allowlist_externals = mkdir
27
commands =
28
mkdir -p plugins/magma/dist/assets
29
- coverage run -p -m pytest --tb=short --asyncio-mode=auto tests
+ coverage run -p -m pytest --tb=short --asyncio-mode=auto tests -vv
30
31
[testenv:style]
32
deps = pre-commit
0 commit comments