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

andy-maier / python-yagot / 272
91%
master: 91%

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

pending completion
272

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

Jobs
ID Job ID Ran Files Coverage
3 272.3 (PACKAGE_LEVEL=latest) 07 Mar 2020 04:22PM UTC 0
90.86
Travis Job 272.3
Source Files on build 272
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #272
  • 9fa2cded on github
  • Prev Build on andy/fix-setuptools-wheel-py38 (#269)
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