Skip to content

Commit 3e406c6

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis/build-wheels.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e -x
23

34
# Install a system package required by our library
45
yum install -y atlas-devel
@@ -16,6 +17,6 @@ done
1617

1718
# Install packages and test
1819
for PYBIN in /opt/python/*/bin/; do
19-
${PYBIN}/pip install python_manylinux_demo --no-index -f wheelhouse
20+
${PYBIN}/pip install python_manylinux_demo --no-index -f /io/wheelhouse
2021
(cd $HOME; ${PYBIN}/nosetests pymanylinuxdemo)
2122
done

0 commit comments

Comments
 (0)