Up version to 3.1.dev0 by waylan · Pull Request #736 · Python-Markdown/markdown (original) (raw)
Looks like I got this all working. A few final notes.
Unfortunately, there does not seem to be a way to tell tox how to build the lib. There is an install_command
config setting, but that is used for installing the lib after it is built. Ideally, we would be testing wheel and/or gztar builds, not zip builds. I suppose the gztar and zip builds would be similar enough, but wheels are very different and we are not verifying at all that they build properly in our tests.
Apparently we could define the tox config in the pyproject.toml
file under [tool.tox.legacy_tox_ini]
. However, the entire entry needs to be a single multi-line string using the ini format. I'm inclined to wait until tox natively supports the toml format (which the docs claim is in the works) before going down that road.