Skip to content

Commit

Permalink
temporary skip pep8, move to pylama in future with pylama config
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlov99 committed Apr 2, 2014
1 parent 4d22372 commit bab039e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, pep8, cov
envlist = py27, py33, cov

[testenv]
commands = nosetests
Expand All @@ -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 =
Expand Down

0 comments on commit bab039e

Please sign in to comment.