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

PyCQA / pylint / 837
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 19 Feb 2018 04:36AM UTC
Jobs 6
Files 57
Run time 3min
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
837

push

travis-ci

Bryce Guinta
Fix augassign recursion error

The augmented assign rhs context path was deleted most likely
due to a recently fixed inference bug where InferenceContext path
attributes were shared between objects.

Recursive functions on the right hand side of the augmented assign would
forget that they were already called, causing an eventual RecursionError
in astroid inference

Now that the InferenceContext clone() method properly copies the
inference path between Contexts, it's fine to remove this hack.

Fixes #437, Fixes #447, Fixes #313, Fixes PyCQA/pylint#1642, Fixes PyCQA/pylint#1805, Fixes PyCQA/pylint#1854, Fixes PyCQA/pylint#1452

0 of 7363 relevant lines covered (0.0%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 837.1 (TOXENV=py27) 19 Feb 2018 04:36AM UTC 0
0.0
Travis Job 837.1
2 837.2 (TOXENV=py34) 19 Feb 2018 04:36AM UTC 0
0.0
Travis Job 837.2
3 837.3 (TOXENV=py35) 19 Feb 2018 04:38AM UTC 0
0.0
Travis Job 837.3
4 837.4 (TOXENV=pypy) 19 Feb 2018 04:40AM UTC 0
0.0
Travis Job 837.4
6 837.6 (TOXENV=py36) 19 Feb 2018 04:38AM UTC 0
0.0
Travis Job 837.6
7 837.7 (TOXENV=py37) 19 Feb 2018 04:39AM UTC 0
0.0
Travis Job 837.7
Source Files on build 837
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #837
  • 3fae32f9 on github
  • Prev Build on master (#827)
  • Next Build on master (#847)
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