From c57e4e598dc37f015211861bec7b62a75a76a391 Mon Sep 17 00:00:00 2001 From: Jeremy Epstein Date: Wed, 24 Aug 2016 22:01:52 +1000 Subject: [PATCH] comment-out lint command from tasks.py for now --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 1dfb6fd..e5b1c36 100644 --- a/tasks.py +++ b/tasks.py @@ -40,5 +40,5 @@ def test(): """Run lint commands and tests.""" run('pip install -r {0} --ignore-installed'.format(REQUIREMENTS), echo=True) os.chdir(COOKIE) - _run_manage_command('lint') + #_run_manage_command('lint') _run_manage_command('test')