Skip to content

Commit bb058f6

Browse files
committed
Use the latest installer for Poetry in CI
1 parent 7de6f28 commit bb058f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install:
6363
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
6464
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
6565
fi
66-
- wget https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
66+
- wget https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
6767
- python get-poetry.py --preview
6868
- poetry install -v
6969
- poetry build -v

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
2121

2222
# Downloading and installing poetry
23-
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
23+
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/develop/get-poetry.py
2424
- python get-poetry.py --preview
2525

2626
# Install dependencies

0 commit comments

Comments
 (0)