Explorar o código

Adds --2.6 option to flakeplus

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
000da65904
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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