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 dd9f5eb commit 4a9479bCopy full SHA for 4a9479b
pyproject.toml
@@ -1,3 +1,6 @@
1
[build-system]
2
requires = [ "setuptools>=40.6.0", "wheel>=0.34.2",]
3
build-backend = "setuptools.build_meta"
4
+
5
+[tool.importcheck]
6
+always = ["tox_envlist"]
tox.ini
@@ -26,7 +26,10 @@ qa = mypy, lint
26
27
[testenv]
28
setenv = PYTHONDEVMODE = 1
29
-commands = python --version
+deps = importcheck>=0.1.0
30
+commands =
31
+ python --version
32
+ python -m importcheck {posargs}
33
34
[testenv:build]
35
skip_install = True
0 commit comments