Relax ansible-test python version checking.
This commit is contained in:
parent
6898f02431
commit
d6cc3c4187
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ try:
|
|||
except ImportError:
|
||||
pip = None
|
||||
|
||||
print(sys.version)
|
||||
print('.'.join(u'%s' % i for i in sys.version_info))
|
||||
|
||||
if pip:
|
||||
print('pip %s from %s' % (pip.__version__, os.path.dirname(pip.__file__)))
|
||||
|
|
Loading…
Reference in a new issue