summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-21 15:15:53 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-21 15:15:53 -0400
commitf63c4335178512ad1db730222d54fc0df84ae798 (patch)
tree8a5058868811b88f077418655863ffbb3d6fe88a
parent487ec9bc067e823bfe8c725f15fed452b6e3adc6 (diff)
downloadpython-setuptools-git-f63c4335178512ad1db730222d54fc0df84ae798.tar.gz
Remove deploy step from travis. Let Azure pipelines cut the release.
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 38a66f32..3e97f353 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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