Original https://brandonrozek.com/blog/pyenvtox/
Brandon Rozek February 21, 2020
Pyenv is great for managing multiple python installations and tox is great for creating virtual environments for testing. What if we can combine the two? For more detailed information visit Frank-Mich’s Blog.
First make sure pyenv is installed. In the directory with your setup.py tell pyenv which python versions you want to consider.