Преглед изворни кода

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