From e0f59faf44d84e326f2df294ecce8cdd012fd3a1 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 29 Jun 2016 14:27:19 -0400 Subject: [PATCH 1/2] Drop declaration of univeral wheel support. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1a5473d09c3d..4a38504c6476 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ [nosetests] exclude-dir = system_tests - -[bdist_wheel] -universal = 1 From 3c6e03ce5527ccb48278763bba0e9f5fbd014884 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 29 Jun 2016 14:29:13 -0400 Subject: [PATCH 2/2] Don't release wheels from Travis. Pending resolution of #1879 et al. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 675a063c64ea..e27ac90c55a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,8 @@ deploy: repo: GoogleCloudPlatform/gcloud-python # until this is fixed: https://github.com/travis-ci/travis-ci/issues/1675 all_branches: true - distributions: "sdist bdist_wheel" + # 'bdist_wheel' builds disabled until #1879 et al. are resolved. + distributions: "sdist" cache: directories: