You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,3 +66,4 @@ A real-world example can be found at this repository's [tox.ini](https://github.
54
66
1.`pdm` executable must be exposed in `PATH`, if it is not the case, give the absolute path to tox by `tox --pdm <path_to_pdm>`.
55
67
2. Make sure you have generated `pdm.lock` before running the test, it will greatly accelerate the testing.
56
68
3. If you don't set `skip_install = true`, the current package will be built and installed into the testing environment together with the `dependencies` from `pyproject.toml`.
0 commit comments