Get startedGet started for free

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

View Course

Exercise instructions

  • Run tox from the terminal.
  • In setup.py, update the required Python version based on the tox results. Remember to remove the #.

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise