From e07119c9143a62be0916d67fa45a829a95fcf006 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 18 Mar 2015 16:09:22 +0200 Subject: [PATCH] Updating tox config for pylint,flake8 and pep257 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index c02b2502..04fcf468 100644 --- a/tox.ini +++ b/tox.ini @@ -27,21 +27,21 @@ commands= coverage run --rcfile=./.coveragerc -m unittest2 discover tests [] coveralls -[pylint] +[testenv:pylint] basepython=python2.7 deps= pylint commands= pylint -f colorized --rcfile=./.pylintrc objects -[flake8] +[testenv:flake8] basepython=python2.7 deps= flake8 commands= flake8 --max-complexity=8 objects -[pep257] +[testenv:pep257] basepython=python2.7 deps= pep257