We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cb123 commit d5a5c90Copy full SHA for d5a5c90
tox.ini
@@ -28,6 +28,13 @@ commands =
28
diff-cover coverage.xml --html-report diffcov.html
29
diff-cover coverage.xml --fail-under=100
30
31
+[testenv:perf]
32
+use_develop = False
33
+deps =
34
+ ipython
35
+commands =
36
+ python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.distribution("ipython")'
37
+
38
[testenv:release]
39
skip_install = True
40
deps =
0 commit comments