Skip to content

Commit 3d19586

Browse files
committed
Add wheels to Travis deploy step.
We use `universal = 1` in `setup.cfg` since our codebase works without change in both Python 2 and Python 3.
1 parent b54f725 commit 3d19586

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ deploy:
3131
repo: GoogleCloudPlatform/gcloud-python
3232
# until this is fixed: https://github.com/travis-ci/travis-ci/issues/1675
3333
all_branches: true
34+
distributions: "sdist bdist_wheel"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[nosetests]
22
ignore-files = run_system_test\.py
3+
4+
[bdist_wheel]
5+
universal = 1

0 commit comments

Comments
 (0)