Skip to content

Commit fb013d2

Browse files
committed
Allow poetry's prereleases in Travis
1 parent 3ac1885 commit fb013d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
if [ "$TRAVIS_PYTHON_VERSION" != "3.6" ]; then
4343
virtualenv --python="$HOME/virtualenv/python3.6/bin/python" "$HOME/virtualenvs/venv-poetry"
4444
fi
45-
- $HOME/virtualenvs/venv-poetry/bin/pip install poetry
45+
- $HOME/virtualenvs/venv-poetry/bin/pip install poetry --pre
4646
- $HOME/virtualenvs/venv-poetry/bin/poetry install -v
4747
- $HOME/virtualenvs/venv-poetry/bin/poetry build -v
4848
- find dist/ -iname pendulum*.tar.gz -exec pip install {} \;

0 commit comments

Comments
 (0)