Get startedGet started for free

Setting up tox

Before your next release, you are going to need to figure out which versions of Python your package will work with.

An easy way to find this out is to use tox to run all of your tests using different versions of Python.

It is also important to keep testing your package with these different Python versions as you develop it further.

This exercise is part of the course

Developing Python Packages

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise