• 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: master
CHANGE BRANCH
x
Reset
  • master
  • 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
  • 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  
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  
262 master Fixed dev. dependency to colorama on Python 3.4 Details: * Pytest uses the colorama package, and using it without version constraints fails on Appveyor with Python 3.4 on native Windows with minimum package levels, where colorama 0.4.2 is us... push 07 Mar 2020 03:08PM UTC andy-maier travis-ci pending completion  
249 master Removed support for Pypy in Travis Details: * Removed support for Pypy in Travis, because required GC functionality is not supported in Pypy. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 01:57PM UTC andy-maier travis-ci pending completion  
246 master Added missing Tox envs for Python 3.4 Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 01:52PM UTC andy-maier travis-ci pending completion  
233 master Start 0.6.0 Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 01:11PM UTC andy-maier travis-ci pending completion  
226 master Release 0.5.0 Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 12:55PM UTC andy-maier travis-ci pending completion  
221 master Fixed Pylint issues and activated pylint rc checking Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 12:18PM UTC andy-maier travis-ci pending completion  
212 master Git-ignored /dist directory Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 11:07AM UTC andy-maier travis-ci pending completion  
209 master Removed end2end tests Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 07 Mar 2020 11:00AM 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