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

renatahodovan / grammarinator / 18
84%

Build:
DEFAULT BRANCH: master
Ran 25 Jul 2017 02:02PM UTC
Jobs 1
Files 9
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

pending completion
18

push

travis-ci

akosthekiss
Add linting to the testing framework

Pylint's defaults are far from sensible, but at least some of its
checks are useful. The pep8 tool can also be of help. This commit
configures pylint and pep8, fixes some issues discovered by them,
and adds them to the testing framework (tox, Travis CI) to avoid
the fixed issues from creeping back.

Issues fixed:
- logger message formatting (use args to defer substitution),
- eval (avoid),
- import order (standard, custom, local packages),
- indentation,
- type checking (isinstance instead of type),
- regex patterns (raw strings are usually better for escapes).

As a side effect, the commit simplifies tox.ini. The explicit
declaration of the py34, py35, and py36 test environments is
removed as they are provided by tox by default.

661 of 728 relevant lines covered (90.8%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
4 18.4 (TOXENV=cov) 25 Jul 2017 02:02PM UTC 0
90.8
Travis Job 18.4
Source Files on build 18
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #18
  • cc2ae8a5 on github
  • Prev Build on master (#16)
  • Next Build on master (#19)
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