Skip to content

Commit 8843e00

Browse files
committed
Fix for missing 3
1 parent 80f3ccb commit 8843e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ before_install:
241241
else
242242
if [ "$PYPY" = "7.3" ]; then
243243
curl -fSL https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-linux64.tar.bz2 | tar xj
244-
PY_CMD=$(echo `pwd`/pypy$PYTHON-v7.3.1-linux64/bin/pypy)
244+
PY_CMD=$(echo `pwd`/pypy$PYTHON-v7.3.1-linux64/bin/pypy$PY)
245245
CMAKE_EXTRA_ARGS+=" -DPYTHON_EXECUTABLE:FILEPATH=$PY_CMD"
246246
else
247247
PY_CMD=python$PYTHON

0 commit comments

Comments
 (0)