mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
More diagnostics
This commit is contained in:
parent
e854c7d47e
commit
a5b296a484
@ -27,6 +27,7 @@ def build_docs():
|
||||
execfile(activate_this_file, dict(__file__=activate_this_file))
|
||||
# Upgrade pip because installation of sphinx with pip 1.1 available on Travis
|
||||
# is broken (see #207) and it doesn't support the show command.
|
||||
print('pip version: {} {}'.format(pip.__version__, LooseVersion(pip.__version__) < LooseVersion('1.5.4')))
|
||||
if LooseVersion(pip.__version__) < LooseVersion('1.5.4'):
|
||||
print("Updating pip")
|
||||
check_call(['pip', 'install', '--upgrade', 'pip==1.5.4'])
|
||||
|
Loading…
Reference in New Issue
Block a user