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.
Cet exercice fait partie du cours
Developing Python Packages
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
