Skip to content

Commit

Permalink
fix travis-ci deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
constverum committed Feb 6, 2019
1 parent fa6f2c9 commit 319ae06
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 @@ -2,7 +2,6 @@ language: python

python:
- 3.6
- 3.7

os:
- linux
Expand All @@ -17,7 +16,6 @@ install:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- source $HOME/.poetry/env
- poetry install --no-interaction
- poetry build --no-interaction

before_script:
- export DISPLAY=:99.0
Expand All @@ -30,7 +28,7 @@ script:

deploy:
provider: script
script: poetry publish --no-interaction --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
script: poetry publish --build --no-interaction --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
on:
tags: true
branch: master
Expand Down

0 comments on commit 319ae06

Please sign in to comment.