浏览代码

Adds --2.6 option to flakeplus

Ask Solem 12 年之前
父节点
当前提交
000da65904
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pavement.py

+ 1 - 1
pavement.py

@@ -97,7 +97,7 @@ def flake8(options):
 ])
 def flakeplus(options):
     noerror = getattr(options, 'noerror', False)
-    sh('flakeplus celery', ignore_error=noerror)
+    sh('flakeplus celery --2.6', ignore_error=noerror)
 
 
 @task