Make sure the pip in the virtualenv is upgraded.

Additionally, list the installed packages after each of the two installation
phases.
This commit is contained in:
John Wiggins
2015-09-01 08:59:15 +02:00
parent 8a5cc800cb
commit 0e46d2cd82
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -47,6 +47,9 @@ if [[ $PY == 2.* ]]; then
pip install --retries 3 -q pyamg
fi
# Show what's installed
pip list
section_end "Install.optional.dependencies"