Skip to content

Commit

Permalink
Install Poetry with pip for Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 4, 2019
1 parent 171ea51 commit 7bc0851
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -11,8 +11,10 @@ cache:
- ${VIRTUAL_ENV}

before_install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
# https://github.com/sdispater/poetry/issues/613
# - curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
# - source $HOME/.poetry/env
- pip install poetry
- make doctor

install:
Expand Down

0 comments on commit 7bc0851

Please sign in to comment.