Skip to content

Commit 4ef9665

Browse files
committed
Install poetry with recommended method
1 parent bb61263 commit 4ef9665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ services:
2121
# Tests
2222
# --------------------------------------------------------------------------
2323
before_script:
24-
- pip install invoke docker-compose poetry
24+
- pip install invoke docker-compose
25+
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
2526
script:
2627
- invoke build --python-ver $TRAVIS_PYTHON_VERSION
2728
- invoke tests --python-ver $TRAVIS_PYTHON_VERSION

0 commit comments

Comments
 (0)