Skip to content

Commit 4af4758

Browse files
committed
Typo s/may/many/
1 parent 6c4df74 commit 4af4758

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 PYTHON in ${PYTHON_VERSIONS}; do
20-
/opt/${PYTHON}/bin/pip install python_maylinux_demo --no-index -f wheelhouse
20+
/opt/${PYTHON}/bin/pip install python_manylinux_demo --no-index -f wheelhouse
2121
(cd $HOME; /opt/${PYTHON}/bin/nosetests pymanylinuxdemo)
2222
done

0 commit comments

Comments
 (0)