Automate Python testing across multiple Python versions. Use tox.ini to configure environments and test command. More information: https://github.com/tox-dev/tox.
tox
tox.ini
configuration:tox-quickstart
tox --listenvs-all
tox -e py36
tox --recreate -e py27