Contribute Media
A thank you to everyone who makes this possible: Read More

Replacing tox with Docker

Description

Using tox is great to ensure your code works with different pythons. But with Docker you can customize the environment that your application runs on and ensure that it works across a variety of environments while running your tests in parallel.

Details

Improve this page