[Lint] Add pylint to tox run

This commit is contained in:
Calum Lind 2016-04-29 23:23:18 +01:00
parent c15931e6f6
commit 3ed4c8d636

View File

@ -13,7 +13,7 @@ max-line-length = 120
ignore = E301,E309
[tox]
envlist = py27, flake8, isort, docs
envlist = py27, flake8, isort, docs, pylint
minversion=1.8
[testenv]