Skip to content

Commit

Permalink
more whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Apr 21, 2017
1 parent e04877f commit 90df505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .manylinux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90df505

Please sign in to comment.