Skip to content

Conversation

@surajnarwade
Copy link
Contributor

No description provided.

@surajnarwade
Copy link
Contributor Author

Oh it seems travis-ci do not support python 3.6, but I checked with docs, it tells me to add 'nightly' which points to '3.6-dev', should I add that ?

@surajnarwade
Copy link
Contributor Author

Fixes #364

@kytrinyx
Copy link
Member

kytrinyx commented Oct 4, 2016

Oh, sweet!

Should we allow the build to fail against nightly, @behrtam? Or merge as is, and if it becomes a problem we can adjust it.

@arcuru
Copy link
Contributor

arcuru commented Oct 7, 2016

Python 3.6 is still in beta. I expect that @behrtam wanted to add it once it is actually released rather than pointing at nightly, which is Pythons active development branch.

Using that is very different from adding a new version of Python to test against.

@behrtam
Copy link
Contributor

behrtam commented Oct 10, 2016

I mixed up the release of the beta 1 (the end of the feature development phase) with the actual final version. But adding the nightly to know where we stand does sound like a good idea.

matrix:
    allow_failures:
        - python: "nightly"

@surajnarwade
Copy link
Contributor Author

should I sent new patch or this is going to be closed :( ?

@behrtam
Copy link
Contributor

behrtam commented Oct 10, 2016

You can just update this PR.

@behrtam behrtam merged commit 8b08a8f into exercism:master Oct 19, 2016
behrtam added a commit that referenced this pull request Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants