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

PyCQA / pylint / 1009 / 1
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 03 Jan 2017 07:18AM UTC
Files 33
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

03 Jan 2017 07:16AM UTC coverage: 24.783% (+0.07%) from 24.714%
TOXENV=py27

push

travis-ci

PCManticore
Respect checks for Python 2 (#1196)

Frequently 2and3 code will gate some Python 3 specific code with something like:

```python
if six.PY2:
  #  something python 2 only
```

This PR will respect those branches.

One thing I wasn't able to do was handle `else` branches here.  e.g.:

```python
if six.PY3:
  # something python 3 only
else:
  # something python 2 only
```

2111 of 8518 relevant lines covered (24.78%)

0.25 hits per line

Source Files on job 1009.1 (TOXENV=py27)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1009
  • Travis Job 1009.1
  • c002c48a on github
  • Prev Job for TOXENV=py27 on master (#1008.1)
  • Next Job for TOXENV=py27 on master (#1010.1)
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