Skip to content

Commit

Permalink
fix poetry url
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed May 6, 2019
1 parent 692a831 commit db11f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: xenial
script:
- make tests
before_deploy:
- curl -sSL https://raw.githubusercontent.com/Victor-Savu/poetry/patch-1/get-poetry.py | python
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
- poetry build
deploy:
Expand Down

0 comments on commit db11f08

Please sign in to comment.