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

andy-maier / python-yagot / 276
91%

Build:
DEFAULT BRANCH: master
Ran 07 Mar 2020 04:27PM 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
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

Jobs
ID Job ID Ran Files Coverage
3 276.3 (PACKAGE_LEVEL=latest) 07 Mar 2020 04:27PM UTC 0
90.86
Travis Job 276.3
Source Files on build 276
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #276
  • 9e5b6cfe on github
  • Prev Build on master (#271)
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