updated python_compile.sh

pull/2/head
Hari Sekhon 5 years ago
parent 9731e35b3b
commit f2476c0fa4

@ -54,7 +54,9 @@ if "$python" -V 2>&1 | grep -q 'Python 2'; then
opts="$opts -3"
fi
if ! is_travis && ! type -P pypy &>/dev/null; then
if ! is_travis &&
! type -P pypy &>/dev/null &&
! type -P python | grep -qi pypy; then
opts="$opts -t"
fi

Loading…
Cancel
Save