Skip to content

Commit bb3e2cc

Browse files
committed
Merge pull request #5 from estan/patch-1
Fix name of distribution
2 parents d2b24a0 + 1e94799 commit bb3e2cc

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
@@ -17,6 +17,6 @@ done
1717

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

0 commit comments

Comments
 (0)