Running tox
Now it's time to directly test which versions of Python will function with your package. This is important information for your users so they can know whether or not they can actually install it.
This exercise is part of the course
Developing Python Packages
Exercise instructions
- Run
tox
from the terminal. - In
setup.py
, update the required Python version based on thetox
results. Remember to remove the#
.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
