Przeglądaj źródła

Adds --2.6 option to flakeplus

Ask Solem 12 lat temu
rodzic
commit
000da65904
1 zmienionych plików z 1 dodań i 1 usunięć
  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