We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb19d0b commit c3319e9Copy full SHA for c3319e9
.travis.yml
@@ -51,12 +51,12 @@ install:
51
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
52
fi
53
- |
54
- if [ "$VENV" != "" ]; then
+ if [ "$VENV" != "" && "$VENV" != "pypy" ]; then
55
virtualenv --python="$HOME/virtualenv/python$VENV/bin/python" "$HOME/virtualenvs/venv-$VENV"
56
source "$HOME/virtualenvs/venv-$VENV/bin/activate"
57
58
- - poetry install -v
59
- - poetry build -v
+ - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/poetry install -v
+ - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/poetry build -v
60
- pip --version
61
- find dist/ -iname pendulum*.tar.gz -exec pip install {} \;
62
0 commit comments