Skip to content

Commit 1e94799

Browse files
committed
Fix name of distribution
From the looks of setup.py, it's "python-manylinux-demo" right? (With dashes)
1 parent d2b24a0 commit 1e94799

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)