{{ message }}
[backport to 2.7] bpo-29529: Add .travis.yml to 2.7 branch#27
Merged
methane merged 4 commits intopython:2.7from Feb 20, 2017
Merged
[backport to 2.7] bpo-29529: Add .travis.yml to 2.7 branch#27methane merged 4 commits intopython:2.7from
methane merged 4 commits intopython:2.7from
Conversation
zware
requested changes
Feb 11, 2017
Member
zware
left a comment
There was a problem hiding this comment.
This will need some updates to handle 2.7.
| - TESTING=docs | ||
| before_script: | ||
| - cd Doc | ||
| - make venv PYTHON=python3 |
Member
There was a problem hiding this comment.
Since there is no make venv on 2.7, just do pip install -U Sphinx (or add a 'venv' target, but that's a bit weird since there is no 'venv' module in 2.7).
| - cd Doc | ||
| - make venv PYTHON=python3 | ||
| script: | ||
| - make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q" |
Member
There was a problem hiding this comment.
Along with the make venv change, remove SPHINXBUILD here.
| - ./configure | ||
| - make -s -j4 | ||
| # Need a venv that can parse covered code. | ||
| - ./python -m venv venv |
Member
There was a problem hiding this comment.
This won't fly with 2.7, but I'm not sure what we can do instead to fix it. On the other hand, do we care as much about coverage on 2.7?
Member
|
GH-74 has some proposed changes to |
ncoghlan
approved these changes
Feb 19, 2017
Contributor
ncoghlan
left a comment
There was a problem hiding this comment.
All the requested changes have now been made
zware
approved these changes
Feb 19, 2017
Member
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
Leave a comment when status checks for the backport PR are done. Only leave the comment on backports made by @miss-islington. Mention the original PR author and the core dev who merged the original PR. Closes python/miss-islington#26
jaraco
pushed a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
* Add a missing dependency for Python 3.4 * Fix coverage for Python 3.4
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
nanjekyejoannah
added a commit
to nanjekyejoannah/cpython
that referenced
this pull request
Mar 23, 2023
Fidget-Spinner
referenced
this pull request
in pylbbv/pylbbv
May 27, 2023
* Fix: Buggy pointer magic in copying type context Added better debugging for type context * Refactor: Rename vars
oraluben
pushed a commit
to oraluben/cpython
that referenced
this pull request
Jun 25, 2023
This was referenced Feb 11, 2025
DinoV
pushed a commit
to DinoV/cpython
that referenced
this pull request
Dec 12, 2025
…se` (python#27) * Use self.assertIn and self.assertNotIn instead * reorder imports * use assertIn/assertNotIn/assertHasAttr --------- Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.