Remove pylint env from tox.ini so tox runs

pylint has been merged into the pep8 checks.

Change-Id: I1b96ec588ec1d909ffa9cea335506e697bb3f02b
This commit is contained in:
Stephen Balukoff 2015-07-15 16:28:11 -07:00
parent 5842776137
commit 9cc4e7d858
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pep8,pylint
envlist = py27,py34,pep8
minversion = 1.6
skipsdist = True