Skip to content

Commit

Permalink
Merge pull request googleapis#1236 from dhermes/add-wheels
Browse files Browse the repository at this point in the history
Add wheels to Travis deploy step.
  • Loading branch information
dhermes committed Nov 20, 2015
2 parents b54f725 + 3d19586 commit 58197c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ 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"
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[nosetests]
ignore-files = run_system_test\.py

[bdist_wheel]
universal = 1

0 comments on commit 58197c3

Please sign in to comment.