-
Notifications
You must be signed in to change notification settings - Fork 3.1k
pip support for wheel #845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add platform checks to wheel location code
make sure bdist_wheel is available up front
'pip wheel'
Allow --use-wheel in requirements files
Allow pip wheel --use-wheel
Give wheels priority over sdists when installing
use distutils install schemes for wheels; --user/--target support
experimental pip support for wheel
@@ -13,7 +13,6 @@ before_install: | |||
install: pip install nose virtualenv scripttest mock | |||
script: nosetests | |||
notifications: | |||
irc: "irc.freenode.org#pip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this removal intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch.. will add that back
yay \o/ |
Just dropped by to say I've used wheels to speed-up deployment as well as travis builds My thanks to all involved in giving us wheels. |
Discussion: