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

renatahodovan / picireny / 133
77%

Build:
DEFAULT BRANCH: master
Ran 09 Apr 2019 03:27PM UTC
Jobs 1
Files 17
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
133

push

travis-ci

akosthekiss
Add linting to the testing framework

This commit configures pylint and pycodestyle, 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:
- types unavailable in Python 3.4 (substitute),
- eval and global (avoid),
- wildcard imports (avoid when possible),
- unused imports and variables (remove),
- abstract method (raise NotImplementedError instead of pass),
- empty list checks (avoid len),
- regex patterns (raw strings are usually better for escapes),
- logger message formatting (use args to defer substitution, use
  exc_info for exceptions),
- whitespaces (indentation, empty lines, comments).

961 of 1228 relevant lines covered (78.26%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
7 133.7 (TOXENV=cov) 09 Apr 2019 03:27PM UTC 0
78.26
Travis Job 133.7
Source Files on build 133
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #133
  • 59fec3ee on github
  • Prev Build on master (#132)
  • Next Build on master (#135)
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