Skip to content

Commit 003717f

Browse files
committed
Debug Travis config
1 parent 1675d08 commit 003717f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ matrix:
3333
- env: VENV='pypy3'
3434

3535
before_install:
36+
- ls /opt/python/
3637
- pip install codecov
3738
- pip install poetry --pre
38-
- echo $(which python$VENV)
3939

4040
install:
4141
- |
@@ -53,7 +53,7 @@ install:
5353
fi
5454
- |
5555
if ([ "$VENV" != "" ] && [ "$VENV" != "pypy" ]); then
56-
virtualenv --python=$(which python$VENV) "$HOME/virtualenvs/venv-$VENV"
56+
virtualenv --python="$HOME/virtualenv/python$VENV/bin/python" "$HOME/virtualenvs/venv-$VENV"
5757
source "$HOME/virtualenvs/venv-$VENV/bin/activate"
5858
fi
5959
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/poetry install -v

0 commit comments

Comments
 (0)