Systers, an AnitaB.org community

[Part 1 of 2] Pylint Check: Add pylint check in Travis file (Backend)

Intro

Pylint is a tool that checks for errors in Python code, tries to enforce a coding standard and looks for code smells. It can also look for certain type errors, it can recommend suggestions about how particular blocks can be refactored and can offer you details about the code's complexity.Travis CI is a hosted continuous integration service used to build and test software projects hosted at GitHub.The task requires you to add pylint check in the Travis script for continuous integration thus ensuring all the pull requests follow proper pep8 standards.

Prerequisite:

Steps:

  • Modify the travis.yml file to install pylint.
  • Add pylint check under the script section in travis.yml file.

Resources:

Work Submission:

Create a pull request in Mentorship-Backend attached in pull request description.

Task tags

  • qa
  • travis
  • pep8
  • pylint
  • backend

Students who completed this task

_daksha_, asawesome07, HardikJH

Task type

  • code Code
  • done_all Quality Assurance
close

2019