summaryrefslogtreecommitdiff
path: root/tools/integration.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/integration.sh')
-rw-r--r--tools/integration.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index 51e64e7..8f68800 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -59,10 +59,8 @@ fi
# Not all packages properly build wheels (httpretty for example).
# Do our best but ignore errors when making wheels.
set +e
-grep -v '^#' $REPODIR/requirements/global-requirements.txt | while read req
-do
- $tmpdir/wheelhouse/bin/pip $PIPFLAGS wheel -w $WHEELHOUSE -f $WHEELHOUSE "$req"
-done
+$tmpdir/wheelhouse/bin/pip $PIPFLAGS wheel -w $WHEELHOUSE -f $WHEELHOUSE -r \
+ $REPODIR/requirements/global-requirements.txt
set -e
#BRANCH