show-tool-versions.py: add tox

As we fix ticket:#1582, we'll move to 'tox' for running tests (which
creates its own virtualenv), so I'd like to see which buildslaves
currently have it installed, and which need to be updated.
This commit is contained in:
Brian Warner 2016-03-08 09:33:01 -08:00
parent 28f2a0f12d
commit eb0e786344

View File

@ -130,6 +130,7 @@ print_platform()
print
print_python_ver()
print_stdout(['virtualenv', '--version'])
print_stdout(['tox', '--version'])
print
print_stdout(['locale'])
print_python_encoding_settings()