Skip to content

Commit 2781f24

Browse files
committed
Use the latest version of Poetry
1 parent fac17dc commit 2781f24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ install:
6666
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
6767
fi
6868
- pip install pip -U
69-
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
69+
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
70+
- python get-poetry.py --preview -y
7071
- source $HOME/.poetry/env
7172
- poetry install -v
7273
- 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-
- python -m pip install poetry -U
23+
- python -m pip install poetry>=1.0.0b1 -U
2424

2525
# Install dependencies
2626
- python -m pip install codecov

0 commit comments

Comments
 (0)