summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-11-17 07:28:27 -0500
committerJeremy Stanley <fungi@yuggoth.org>2013-12-04 02:19:29 +0000
commite7878f2171dc48c47110197cae9c27da44d4b4a3 (patch)
tree014f04577d7e21bc4c7e8d7a3c81277e7d3c1523 /tools
parent9625e23b86090de17e7402f3dbfbe41924f73ed8 (diff)
downloadpbr-e7878f2171dc48c47110197cae9c27da44d4b4a3.tar.gz
Use wheels for installation
Add an option to pbr to use wheels when installing things from pip. The speed boost this gives is quite sexy, as it can avoid having to re-build C things all the time. Change-Id: Id9b9b21ef949ff44c7c962e81576266661264a13
Diffstat (limited to 'tools')
-rw-r--r--tools/integration.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index d74012f..3ef2e9d 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -7,7 +7,6 @@ function mkvenv {
virtualenv $venv
$venv/bin/pip install -U pip wheel
}
-export PIP_USE_WHEEL=true
# This function takes a list of files that contains
# a list of python packages (in pip freeze format) and