Skip to content

Commit

Permalink
Bump up pylint version as travis requirement
Browse files Browse the repository at this point in the history
Bump up pylint version as travis requirement

Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed Nov 29, 2019
1 parent 92492dc commit cfdcac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-travis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pycodestyle==2.4.0
inspektor==0.5.2
pep8==1.7.1
pylint==1.9.3
pylint==1.9.3; python_version <= '2.7'
pylint==2.3.0;python_version >= '3.4'

0 comments on commit cfdcac8

Please sign in to comment.