Skip to content

Commit 9baeb91

Browse files
committed
Update Travis config
1 parent 3b6d5c2 commit 9baeb91

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
@@ -52,7 +52,7 @@ install:
5252
fi
5353
- |
5454
if ([ "$VENV" != "" ] && [ "$VENV" != "pypy" ]); then
55-
virtualenv --python="$HOME/virtualenv/python$VENV/bin/python" "$HOME/virtualenvs/venv-$VENV"
55+
virtualenv --python="$(which python$VENV)" "$HOME/virtualenvs/venv-$VENV"
5656
source "$HOME/virtualenvs/venv-$VENV/bin/activate"
5757
fi
5858
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/poetry install -v

0 commit comments

Comments
 (0)