Relax ansible-test python version checking.

This commit is contained in:
Matt Clay 2018-11-13 18:02:31 -08:00
parent 6898f02431
commit d6cc3c4187

View file

@ -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__)))