have to number format option for python2.6

pull/705/head
Steven Robertson 4 years ago
parent 54f1b9ca39
commit 573a3c6161

@ -11,7 +11,7 @@ batches = [
'pip install '
'-r tests/requirements.txt '
'-r tests/ansible/requirements.txt',
'pip install -q ansible=={}'.format(ci_lib.ANSIBLE_VERSION)
'pip install -q ansible=={0}'.format(ci_lib.ANSIBLE_VERSION)
]
]

Loading…
Cancel
Save