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 fb013d2 commit 09a894cCopy full SHA for 09a894c
.travis.yml
@@ -38,10 +38,7 @@ install:
38
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
39
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
40
fi
41
- - |
42
- if [ "$TRAVIS_PYTHON_VERSION" != "3.6" ]; then
43
- virtualenv --python="$HOME/virtualenv/python3.6/bin/python" "$HOME/virtualenvs/venv-poetry"
44
- fi
+ - virtualenv --python="$HOME/virtualenv/python3.6/bin/python" "$HOME/virtualenvs/venv-poetry"
45
- $HOME/virtualenvs/venv-poetry/bin/pip install poetry --pre
46
- $HOME/virtualenvs/venv-poetry/bin/poetry install -v
47
- $HOME/virtualenvs/venv-poetry/bin/poetry build -v
0 commit comments