edgetest is a tox-inspired python library that tests your package against the latest available dependency versions.
copied from cf-staging / edgetestedgetest is a tox-inspired python library that tests your package against the latest available dependency versions. It will create a virtual environment, install your local package into the environment, upgrade specified dependency package(s), and run your test command.