summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-05-26 16:37:55 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-05-26 16:37:55 -0600
commit3f2155856e64dfe5a6f56f96c649e8081d0cd68d (patch)
tree0fc61fb1e2c7f80b108d1935d786110e0fee2640 /.travis.yml
parent171ea2a856e7b40d0806501613f7361e09f0a2f8 (diff)
downloadnumpy-3f2155856e64dfe5a6f56f96c649e8081d0cd68d.tar.gz
MAINT: Stop uploading wheels to Rackspace.
PR #6768 introduced the uploading of wheels built during travisCI testing to a Rackspace account. We are moving away from Rackspace and already produce more complete sets of wheels for development testing on a weekly schedule. Consequently those wheels are not longer useful.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index aa01457fb..85f6127cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,16 +27,6 @@ stages:
# Do the rest of the tests
- name: Comprehensive tests
-env:
- global:
- - WHEELHOUSE_UPLOADER_USERNAME=travis.numpy
- # The following is generated with the command:
- # travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY
- - secure: "IEicLPrP2uW+jW51GRwkONQpdPqMVtQL5bdroqR/U8r9Tr\
- XrbCVRhp4AP8JYZT0ptoBpmZWWGjmKBndB68QlMiUjQPow\
- iFWt9Ka92CaqYdU7nqfWp9VImSndPmssjmCXJ1v1IjZPAM\
- ahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU="
-
jobs:
include:
# Do all python versions without environment variables set
@@ -134,6 +124,3 @@ before_install:
script:
- ./tools/travis-test.sh
-
-after_success:
- - ./tools/travis-upload-wheel.sh