Skip to content

Instantly share code, notes, and snippets.

@lucaswiman
Last active December 20, 2016 00:52
Show Gist options
  • Select an option

  • Save lucaswiman/c74a2644ddf5704ca3dfcd63faa86d55 to your computer and use it in GitHub Desktop.

Select an option

Save lucaswiman/c74a2644ddf5704ca3dfcd63faa86d55 to your computer and use it in GitHub Desktop.
pylint checking for python 3 compatibility
pylint counsyl/product --py3k --disable=no-absolute-import
[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