Tool like tox, but based on Docker?

Up to now we use tox to test our libraries with different Python versions.

But it feels outdated.

We need to support Python 3.6, and getting py36 running is always some extra work.

Is there a tool like tox, but which uses docker to get the different Python versions?

1 Like

There is in fact a work in progress plugin for tox to do this. I don’t know if it’s in a usable state yet though.

1 Like