Commit f63c4335 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove deploy step from travis. Let Azure pipelines cut the release.

parent 487ec9bc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment