Skip to content

Commit

Permalink
account for issue #1843 on poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Jan 9, 2020
1 parent 53b9020 commit 02c787d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ install:
- poetry install
script:
- pytest tests -m 'not ftp'
before_deploy:
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
deploy:
provider: script
script: poetry publish
script: poetry publish --build --username=$PYPI_USER --password=$PYPI_PASSWORD
on:
tags: true
condition: "$TRAVIS_PYTHON_VERSION == 3.6"
Expand Down

0 comments on commit 02c787d

Please sign in to comment.