Skip to content

Commit

Permalink
Remove deploy step from travis. Let Azure pipelines cut the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 21, 2020
1 parent 487ec9b commit f63c433
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
- python: 3.8-dev
- <<: *latest_py3
env: TOXENV=docs DISABLE_COVERAGE=1
- <<: *latest_py3
stage: deploy
if: tag IS present
script: tox -e release
after_success: skip
allow_failures:
# suppress failures due to pypa/setuptools#2000
- python: pypy3
Expand Down

0 comments on commit f63c433

Please sign in to comment.