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 3ac1885 commit fb013d2Copy full SHA for fb013d2
.travis.yml
@@ -42,7 +42,7 @@ install:
42
if [ "$TRAVIS_PYTHON_VERSION" != "3.6" ]; then
43
virtualenv --python="$HOME/virtualenv/python3.6/bin/python" "$HOME/virtualenvs/venv-poetry"
44
fi
45
- - $HOME/virtualenvs/venv-poetry/bin/pip install poetry
+ - $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
48
- find dist/ -iname pendulum*.tar.gz -exec pip install {} \;
0 commit comments