mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Check if pip is updated
This commit is contained in:
parent
e61f4d2bf6
commit
e854c7d47e
@ -28,6 +28,7 @@ def build_docs():
|
|||||||
# Upgrade pip because installation of sphinx with pip 1.1 available on Travis
|
# 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.
|
# is broken (see #207) and it doesn't support the show command.
|
||||||
if 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'])
|
check_call(['pip', 'install', '--upgrade', 'pip==1.5.4'])
|
||||||
# Install Sphinx and Breathe.
|
# Install Sphinx and Breathe.
|
||||||
pip_install('sphinx-doc/sphinx',
|
pip_install('sphinx-doc/sphinx',
|
||||||
|
Loading…
Reference in New Issue
Block a user