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

andy-maier / python-yagot / 273 / 3
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: andy/fix-setuptools-wheel-py38
DEFAULT BRANCH: master
Ran 07 Mar 2020 04:21PM UTC
Files 6
Run time 0s
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

07 Mar 2020 04:14PM UTC coverage: 90.863%. Remained the same
PACKAGE_LEVEL=latest

Pull #53

travis-ci

web-flow
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>
Pull Request #53: Fixed installation of setuptools and wheel on Appveyor with Python 3.8

179 of 197 relevant lines covered (90.86%)

0.91 hits per line

Source Files on job 273.3 (PACKAGE_LEVEL=latest)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 244
  • Travis Job 273.3
  • 62eac78a on github
  • Prev Job for PACKAGE_LEVEL=latest on andy/fix-setuptools-wheel-py38 (#271.3)
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

© 2026 Coveralls, Inc