I\'m using Sublime Text 3 With Pylinter to run pylint on my files.
pylint
However, on the same machine, I work on files for both python 2, and python 3 project
You can install pylint3 which will evaluate for python 3.0, and pylint which will evaluate the code as python 2.7 by default.