Skip to content

Commit 7bb51b2

Browse files
committed
change install method for Poetry
1 parent 4ef9665 commit 7bb51b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ services:
2222
# --------------------------------------------------------------------------
2323
before_script:
2424
- pip install invoke docker-compose
25-
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
25+
- curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
26+
- python get-poetry.py --preview -y
27+
- source $HOME/.poetry/env
28+
2629
script:
2730
- invoke build --python-ver $TRAVIS_PYTHON_VERSION
2831
- invoke tests --python-ver $TRAVIS_PYTHON_VERSION

0 commit comments

Comments
 (0)