We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54f725 commit 3d19586Copy full SHA for 3d19586
.travis.yml
@@ -31,3 +31,4 @@ deploy:
31
repo: GoogleCloudPlatform/gcloud-python
32
# until this is fixed: https://github.com/travis-ci/travis-ci/issues/1675
33
all_branches: true
34
+ distributions: "sdist bdist_wheel"
setup.cfg
@@ -1,2 +1,5 @@
1
[nosetests]
2
ignore-files = run_system_test\.py
3
+
4
+[bdist_wheel]
5
+universal = 1
0 commit comments