X Tutup
Skip to content

bpo-30327: Comment as to why docs are built against Python 3.6#1550

Merged
brettcannon merged 1 commit intomasterfrom
travis-comment
May 11, 2017
Merged

bpo-30327: Comment as to why docs are built against Python 3.6#1550
brettcannon merged 1 commit intomasterfrom
travis-comment

Conversation

@brettcannon
Copy link
Member

No description provided.

@mention-bot
Copy link

@brettcannon, thanks for your PR! By analyzing the history of the files in this pull request, we identified @berkerpeksag, @dstufft and @zware to be potential reviewers.

@brettcannon brettcannon changed the title Comment as to why docs are built against Python 3.6 bpo-30327: Comment as to why docs are built against Python 3.6 May 11, 2017
- os: linux
language: python
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
python: 3.6
Copy link
Member

@zware zware May 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't we use python: nightly? That should be relatively stable since we're using pre-commit CI now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zware :) Just had this discussion on the linked issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough :)

- os: linux
language: python
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
python: 3.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough :)

@brettcannon brettcannon merged commit 31b3901 into master May 11, 2017
@brettcannon brettcannon deleted the travis-comment branch May 11, 2017 17:45
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

X Tutup