• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

andy-maier / python-yagot
91%

Build:
DEFAULT BRANCH: master
Repo Added 13 Feb 2020 05:01PM UTC
Files 6
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.1.0
  • 0.5.0
  • andy/add-api-docs
  • andy/add-ignore-types
  • andy/beta
  • andy/change-assert
  • andy/change-desc
  • andy/change-filtering
  • andy/docs-comments
  • andy/docs-debug-build
  • andy/docs-fix-install
  • andy/docs-improved
  • andy/drop-pypy
  • andy/filter-asserts
  • andy/fix-appveyor-badge
  • andy/fix-colorama-py34
  • andy/fix-cygwin
  • andy/fix-docs
  • andy/fix-link
  • andy/fix-pylint
  • andy/fix-readme-links
  • andy/fix-release-desc2
  • andy/fix-release-desc3
  • andy/fix-release-desc4
  • andy/fix-setuptools-wheel-py38
  • andy/fix-testcase-descs
  • andy/fix-toxenv-py34
  • andy/fix-typed-ast-py34
  • andy/fix-weakref
  • andy/flip-collected
  • andy/gitignore-dist
  • andy/improve-docs
  • andy/improved-docs
  • andy/initial-impl
  • andy/pytest-plugin
  • andy/remove-end2end
  • andy/rename-decorator
  • andy/simplified-decorator
  • andy/test-gc-count
  • andy/test-py34-py38min
  • andy/update-readme
  • master
  • release_0.1.0
  • release_0.5.0
  • stable_0.5
  • start_0.6.0

pending completion
276

push

travis-ci

andy-maier
Fixed modifying Pip commands on native Windows with Python 3.8

Details:

* The installation of setuptools, wheel and other packages such as six
  on Appveyor (native Windows) with Python 3.8 using the 'pip install'
  command failed with the error:

    ERROR: To modify pip, please run the following command:
    ...\python.exe -m pip install ...

  Pip issue https://github.com/pypa/pip/issues/6994 hints that this may
  be related to packages that require pip. Pip itself vendors any
  dependencies, so that cannot be the reason. however, the error also
  is raised for packages such as six that do not require pip.

  It turned out that in other projects, we have already used
  "python -m pip install ...", but did not document why.

  Anyway, changed any modifying invocation of "pip" to become
  "python -m pip", by introducing an according Make variable
  PIP_CMD_MOD.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>

179 of 197 relevant lines covered (90.86%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
197 RELEVANT LINES 179 COVERED LINES
0.91 HITS PER LINE
Source Files on master
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
276 master Fixed modifying Pip commands on native Windows with Python 3.8 Details: * The installation of setuptools, wheel and other packages such as six on Appveyor (native Windows) with Python 3.8 using the 'pip install' command failed with the error... push 07 Mar 2020 04:27PM UTC andy-maier travis-ci pending completion  
272 andy/fix-setuptools-wheel-py38 Fixed modifying Pip commands on native Windows with Python 3.8 Details: * The installation of setuptools, wheel and other packages such as six on Appveyor (native Windows) with Python 3.8 using the 'pip install' command failed with the error... push 07 Mar 2020 04:22PM UTC andy-maier travis-ci pending completion  
273 andy/fix-setuptools-wheel-py38 Fixed modifying Pip commands on native Windows with Python 3.8 Details: * The installation of setuptools, wheel and other packages such as six on Appveyor (native Windows) with Python 3.8 using the 'pip install' command failed with the error... Pull #53 07 Mar 2020 04:21PM UTC web-flow travis-ci pending completion  
275 andy/test-py34-py38min Temp: Appveyor tests on py34 and py38 Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> Pull #52 07 Mar 2020 04:17PM UTC web-flow travis-ci pending completion  
274 andy/test-py34-py38min Temp: Appveyor tests on py34 and py38 Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 04:16PM UTC andy-maier travis-ci pending completion  
271 master Changed version of typed-ast to fix issue on Appveyor on Python 3.4 Details: * Building the wheel for typed-ast fails with an error that was already reported to typed-ast as https://github.com/python/typed_ast/issues/121 but was decided not ... push 07 Mar 2020 04:15PM UTC andy-maier travis-ci pending completion  
269 andy/fix-setuptools-wheel-py38 Fixed modifying Pip commands on native Windows with Python 3.8 Details: * The installation of setuptools, wheel and other packages such as six on Appveyor (native Windows) with Python 3.8 using the 'pip install' command failed with the error... push 07 Mar 2020 04:14PM UTC andy-maier travis-ci pending completion  
268 andy/fix-setuptools-wheel-py38 Fixed installation of setuptools and wheel on Appveyor with Python 3.8 Details: * The installation of setuptools and wheel on Appveyor with Python 3.8 with the 'pip install' command failed because they seem to be locked on Windows when runni... Pull #53 07 Mar 2020 03:18PM UTC web-flow travis-ci pending completion  
267 andy/test-py34-py38min Temp: Appveyor tests on py34 and py38 Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> Pull #52 07 Mar 2020 03:16PM UTC web-flow travis-ci pending completion  
266 andy/test-py34-py38min Temp: Appveyor tests on py34 and py38 Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 03:16PM UTC andy-maier travis-ci pending completion  
See All Builds (246)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc