comment-out lint command from tasks.py for now

master
Jeremy Epstein 8 years ago
parent d33fd7a2cf
commit c57e4e598d
  1. 2
      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')

Loading…
Cancel
Save