-
Notifications
You must be signed in to change notification settings - Fork 309
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
Test with Python 3.6 #102
Test with Python 3.6 #102
Conversation
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 if Travis can actually run py36
?
It can run Waiting on grpc/grpc#9445 |
@@ -25,6 +25,9 @@ if [[ -n $SYSTEM_TEST ]]; then | |||
if [[ $TRAVIS_SECURE_ENV_VARS == "true" ]]; then | |||
echo 'Extracting secrets.' | |||
scripts/decrypt-secrets.sh "$SECRETS_PASSWORD" | |||
# Prevent build failures from leaking our password. | |||
# looking at you, Tox. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Still LGTM, pending the wheel |
Thanks. :) |
PyLint doesn't yet work on 3.6, so we're going to hold that env back to 3.5 |
Thanks.
…On Wed, Mar 1, 2017 at 1:54 PM Florian Bruhin ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In scripts/travis.sh
<#102 (comment)>
:
> @@ -25,6 +25,9 @@ if [[ -n $SYSTEM_TEST ]]; then
if [[ $TRAVIS_SECURE_ENV_VARS == "true" ]]; then
echo 'Extracting secrets.'
scripts/decrypt-secrets.sh "$SECRETS_PASSWORD"
+ # Prevent build failures from leaking our password.
+ # looking at you, Tox.
Ouch... I opened tox-dev/tox#466
<tox-dev/tox#466> about that.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPUczXVbWjBCXA237yhTDrXtpsZt_hmks5rhej_gaJpZM4LxvHf>
.
|
No description provided.