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

PyCQA / pylint / 1009
92%
main: 95%

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

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
```

27 of 27 new or added lines in 1 file covered. (100.0%)

2128 of 8518 relevant lines covered (24.98%)

1.24 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
100.0
pylint/checkers/python3.py
Jobs
ID Job ID Ran Files Coverage
1 1009.1 (TOXENV=py27) 03 Jan 2017 07:18AM UTC 0
24.78
Travis Job 1009.1
2 1009.2 (TOXENV=py33) 03 Jan 2017 07:18AM UTC 0
24.79
Travis Job 1009.2
3 1009.3 (TOXENV=py34) 03 Jan 2017 07:18AM UTC 0
24.77
Travis Job 1009.3
4 1009.4 (TOXENV=py35) 03 Jan 2017 07:20AM UTC 0
24.77
Travis Job 1009.4
5 1009.5 (TOXENV=py36) 03 Jan 2017 07:20AM UTC 0
24.77
Travis Job 1009.5
Source Files on build 1009
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1009
  • c002c48a on github
  • Prev Build on master (#1008)
  • Next Build on master (#1010)
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