What's the best way to test a python library with multiple #python versions?
I really dislike having to install old pythons from dead snakes, they're not always available for all versions.
What I'd like is a non container based command that is in essence "virtualenv -p $remotepython"