Skip to content

Commit c3319e9

Browse files
committed
Update Travis config
1 parent eb19d0b commit c3319e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ install:
5151
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
5252
fi
5353
- |
54-
if [ "$VENV" != "" ]; then
54+
if [ "$VENV" != "" && "$VENV" != "pypy" ]; then
5555
virtualenv --python="$HOME/virtualenv/python$VENV/bin/python" "$HOME/virtualenvs/venv-$VENV"
5656
source "$HOME/virtualenvs/venv-$VENV/bin/activate"
5757
fi
58-
- poetry install -v
59-
- poetry build -v
58+
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/poetry install -v
59+
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/poetry build -v
6060
- pip --version
6161
- find dist/ -iname pendulum*.tar.gz -exec pip install {} \;
6262

0 commit comments

Comments
 (0)