Skip to content

Commit

Permalink
Merge pull request #1938 from tseaver/1879-disable-broken-wheel-building
Browse files Browse the repository at this point in the history
Disable broken wheel building
  • Loading branch information
tseaver authored Jun 29, 2016
2 parents ad5936c + 3c6e03c commit 4dc58fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[nosetests]
exclude-dir = system_tests

[bdist_wheel]
universal = 1

0 comments on commit 4dc58fc

Please sign in to comment.