mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-11 04:40:03 +00:00
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:
parent
28f2a0f12d
commit
eb0e786344
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user