From bab039e2f60e02926149e6c94b1aeca3b57147f1 Mon Sep 17 00:00:00 2001 From: Kirill Pavlov Date: Wed, 2 Apr 2014 03:03:45 +0000 Subject: [PATCH] temporary skip pep8, move to pylama in future with pylama config --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 913abf1..7393145 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py33, pep8, cov +envlist = py27, py33, cov [testenv] commands = nosetests @@ -14,7 +14,7 @@ commands = pep8 setup.py mouse [testenv:pylama] deps = pylama==2.0.4 -commands = pylama --linters=pep8,pep257,mccabe,pyflakes,pylint jsonrpc +commands = pylama --linters=pep8,pep257,mccabe,pyflakes,pylint mouse [testenv:cov] deps =