Commit e04877ff authored by Forest Gregg's avatar Forest Gregg Committed by GitHub

Merge pull request #69 from zopefoundation/white_space_fix_manylinux

errant white space preventing some builds in manylinux
parents 4e0726ed 0947ea2c
......@@ -5,7 +5,7 @@ set -e -x
# Compile wheels
for PYBIN in /opt/python/*/bin; do
if [[ "${PYBIN}" == *"cp27"* ]] || \
[[ "${PYBIN}" == *"cp33"* ]] || \
[[ "${PYBIN}" == *"cp33"* ]] || \
[[ "${PYBIN}" == *"cp34"* ]] || \
[[ "${PYBIN}" == *"cp35"* ]] || \
[[ "${PYBIN}" == *"cp36"* ]]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment