On Oct 5, 2017, at 3:34 PM, Christopher Reimer <christopher_rei...@icloud.com> wrote: > >> On Oct 5, 2017, at 1:11 PM, Irmen de Jong <irmen.nos...@xs4all.nl> wrote: >> >>> On 10/05/2017 04:23 AM, Christopher Reimer wrote: >>> >>> I'm leaning towards installing the latest minor version of each available >>> major version, running tox to run the unit tests against each one, and >>> seeing what blows up. >> >> Perhaps you can use the service of Travis (travis-ci.org) to avoid >> installing the Python >> versions yourself. They have lots of older versions available to run tests >> on. >> >> Irmen >> -- >> https://mail.python.org/mailman/listinfo/python-list > > Travis might be a bit of an overkill for my project. Someone suggested docker > containers and there is a docker plugin for tox that looks promising. > > Chris R. > -- > https://mail.python.org/mailman/listinfo/python-list
So I got tox and tox-docker installed. When I went to install Docker for Windows, it wouldn't work because Hyper-V wasn't available on Windows 10 Home. After paying Microsoft $99 for the privilege, I got Windows 10 Pro installed and Docker started working. I've read that all the cool programming kids are using Docker these days. I certainly hope it was worth the cost. O_o Chris R. -- https://mail.python.org/mailman/listinfo/python-list