Skip to content

Commit 4747900

Browse files
committed
Update build-wheels.sh
1 parent 3acb492 commit 4747900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for whl in wheelhouse/*.whl; do
1515
done
1616

1717
# Install packages and test
18-
for PYBIN in /opt/python/*/bin/ do
18+
for PYBIN in /opt/python/*/bin/; do
1919
${PYBIN}/pip install python_manylinux_demo --no-index -f wheelhouse
2020
(cd $HOME; ${PYBIN}/nosetests pymanylinuxdemo)
2121
done

0 commit comments

Comments
 (0)