Skip to content

Commit 75d0d06

Browse files
committed
feat(packaging): final configuration for wheel universal packaging
Signed-off-by: Romain Beuque <[email protected]>
1 parent 9557879 commit 75d0d06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- pip install -e .[dev]
1717
script:
1818
- nosetests
19-
- python setup.py sdist && pip install dist/ovh-*.tar.gz && cd /tmp && python -c 'import ovh; ovh.Client("ovh-eu").get("/auth/time", _need_auth=False)'
19+
- python setup.py sdist bdist_wheel && pip install dist/ovh-*.tar.gz && cd /tmp && python -c 'import ovh; ovh.Client("ovh-eu").get("/auth/time", _need_auth=False)'
2020
after_success:
2121
coveralls
2222
sudo: false

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ author = Jean-Tiare Le Bigot
77
author_email = [email protected]
88
url = http://api.ovh.com
99
license = BSD
10+
license_file = LICENSE
1011
keywords = ovh, sdk, rest
1112
classifiers =
1213
License :: OSI Approved :: BSD License

0 commit comments

Comments
 (0)