toxEasy Playground

Test across multiple Python versions and environments

Getting started with toxRun locally
Install
pip install tox
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: tox)

tox is a third-party package. Test across multiple Python versions and environments. Install with: pip install tox

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?