Last active
December 20, 2016 00:52
-
-
Save lucaswiman/c74a2644ddf5704ca3dfcd63faa86d55 to your computer and use it in GitHub Desktop.
pylint checking for python 3 compatibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pylint counsyl/product --py3k --disable=no-absolute-import |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [testenv:py3k-flake8] | |
| deps = | |
| flake8>=2.5.4,<2.6.0 | |
| pylint | |
| basepython = python3.5 | |
| skip_install = True | |
| commands = | |
| flake8 {posargs:my/package} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment