Do not run pylint by default

pylint creates some files, and leaves git in a detached HEAD.

pylint can still be run via 'tox -epylint'

Change-Id: Ic0193f2488f1c6eb4a9f0fabbe24ac9869239890
This commit is contained in:
Joe Gordon 2012-08-28 15:14:11 -07:00
parent 31f6244428
commit 0876cf5bc5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pep8,pylint
envlist = py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}