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

PyCQA / pylint / 1589 / 2
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 11 Nov 2017 02:50PM UTC
Files 55
Run time 2s
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

11 Nov 2017 02:46PM UTC coverage: 89.482% (-0.02%) from 89.5%
TOXENV=py27

push

travis-ci

PCManticore
New warning: shallow copy of os.environ (#1733)

Shallow copy of os.environ doesn't work as people may expect. os.environ
is not a dict object but rather a proxy object, so any changes made
on the copy may have unexpected effects on os.environ

Instead of copy.copy(os.environ) method os.environ.copy() should be
used.

Message id is: `shallow-copy-environ`

See https://bugs.python.org/issue15373 for details.

Resolves: #1301

9579 of 10705 relevant lines covered (89.48%)

0.89 hits per line

Source Files on job 1589.2 (TOXENV=py27)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1589
  • Travis Job 1589.2
  • 99abc893 on github
  • Prev Job for TOXENV=py27 on master (#1587.2)
  • Next Job for TOXENV=py27 on master (#1591.2)
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