Skip to content

Commit

Permalink
Rely on tox -e release during mechanical releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 26, 2019
1 parent 7287089 commit 43ec070
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,10 @@ jobs:
- <<: *stage_deploy
if: tag IS present
<<: *python_3_7_mixture
install: skip
script: skip
deploy:
provider: pypi
on:
all_branches: true
user: jaraco
password:
secure: RAfz06AINvz7bfij/YhfkAreRqamgxS8a6jSRNxntYhtJke3ZszUbIDag8+n1I+G5XT2LnMhHqPNR7Plc+AeMz7VXTuy+b81Li5kse20NYlPhd7mBVmTUpXtqYQashV5J39F4qkATBLznCOrMEomM07VTXjO/o2hmQuXniab2Uo=
distributions: dists
skip_cleanup: true
install:
- python -m pip install tox tox-venv
script:
- python -m tox -e release

cache:
pip: true
Expand Down

0 comments on commit 43ec070

Please sign in to comment.