-
Notifications
You must be signed in to change notification settings - Fork 0
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
pre-release 4 branch merge #59
Conversation
@Athanaseus, I made a 1.0-pre4 release (turns out you can release off a branch too, not just off master), could you please make sure it goes into PyPI? Once it's there, I can test the 1.0-pre4 client. |
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.
LGTM!
Just minor comments.
|
||
message("Activating virtualenv") | ||
with open(activation_script) as f: | ||
code = compile(f.read(), activation_script, 'exec') | ||
exec(code, dict(__file__=activation_script), {}) | ||
|
||
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.
some white space over here
Awesome! Yep, that went through. |
The installation seems to work for me! |
Excellent! I'm still having some trouble with remote deployments, but I have to work on something else now. Will get back to this over the next day or two. |
No description provided.