-
-
Notifications
You must be signed in to change notification settings - Fork 60
Add Python 3.7 to Travis CI #272
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
Add Python 3.7 to Travis CI #272
Conversation
Should we test for both 3.7 and 3.7-dev? |
Depending on your preferences there's also |
5bf7bbf
to
c71fc67
Compare
ff57ad2
to
305e0c4
Compare
@Mariatta I've rebased this PR. Should be safe to merge now. |
@Mariatta ^^ |
Thanks!! 🌮 |
@Mariatta could you please release a new version of cherry-picker? Some ppl have to work with a version from Git because of missing fixes. |
Hm.. something's wrong. This job shouldn't appear in build: https://travis-ci.org/python/core-workflow/jobs/418766372 |
Oh.. if: false So it didn't work. it probably needs something more falsy. |
hmm.. Maybe I should revert this first? |
No, it's probably because of duplicate key and travis' parser "saw" only first one or so. It's probably from previous PR, not this one |
And it's not critical, because there's another check preventing actual deploy. I'll fix if-clause anyway. |
I've raised the issue with Travis, because it looks like their bug: travis-ci/travis-conditions#13. |
No description provided.