Testing multiple Python versions with nox and pyenv

Testing multiple Python versions with nox and pyenv

Articles

If you need to test your code against multiple versions of Python and Django, Nox is an excellent tool for doing so, and I find it easier to use than Tox. Seth's example is just enough to get a feel for the types of test suites one may build.