Skip to content

Commit

Permalink
install poetry during travisci build
Browse files Browse the repository at this point in the history
  • Loading branch information
markallanson committed Jan 5, 2021
1 parent 690e2c1 commit a0d93d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ matrix:
- python: '3.9'
env: TOXENV=flake8
install:
- pip install -U tox coveralls
- pip install -U tox coveralls poetry
script:
- tox
cache: pip
after_success:
- coveralls
deploy:
provider: script
script: poetry publish --build -u __token__ -p $POETRY_PYPI_TOKEN_PYPI
script: poetry publish --build -u __token__ -p $POETRY_PYPI_TOKEN_PYPI -vvv
on:
tags: true
branch: main
Expand Down

0 comments on commit a0d93d8

Please sign in to comment.