Skip to content

Commit 3f6a025

Browse files
committed
Merge pull request #3 from holmboe/patch-1
Typo s/may/many/
2 parents 6c4df74 + 4af4758 commit 3f6a025

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)