Skip to content

Commit

Permalink
Add pylint on .travis.yml, Fixes cki-project#12
Browse files Browse the repository at this point in the history
It runs only over the test folder for now, because the rest of the
source code is not compliant yet.
  • Loading branch information
agustinhenze committed Mar 14, 2018
1 parent 8693e8f commit 285925e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ python:
- "2.7"
install:
- pip install requests junit_xml beaker-client mock
script: python -m unittest discover tests
- pip install pylint
script:
- python -m unittest discover tests
- pylint tests

0 comments on commit 285925e

Please sign in to comment.