From 060c5d3f16b98b68d4df382829950d265d69041d Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Fri, 6 Mar 2015 18:37:59 +0200 Subject: [PATCH] Run pylint testenv with tox. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b61d8ccbd..655822abf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] # official list is #envlist = py27, py32, py33, py34 -envlist = py27, py33 +envlist = py27, py33, pylint [testenv:pylint] deps =