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.
Este ejercicio forma parte del curso
Developing Python Packages
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
