From 59796fdbb18cc2ab38e7669fd0b87d449546a899 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 19 Jan 2016 09:33:08 +0100 Subject: [PATCH] Rename pep8 to linters Rename pep8 tox environment to linters to make it clear that other lint like environments can be added here. Change-Id: I85c7c9bf0c4328243b5fd1dbe6163d6a784e5353 Depends-On: I4219fdf75d7c82d957c7a01df13e6a96aaa653fd --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1d1e5c1..807ce26 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pep8 +envlist = py26,py27,linters [testenv] setenv = VIRTUAL_ENV={envdir} @@ -19,7 +19,7 @@ whitelist_externals = * [testenv:venv] commands = {posargs} -[testenv:pep8] +[testenv:linters] commands = flake8 distribute = false