File tree Expand file tree Collapse file tree
pythonforandroid/recipes/zope_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 @if test -n " $$ CI" ; then .tox/py$(PYTHON_MAJOR_MINOR ) /bin/coveralls; fi ; \
3232
3333rebuild_updated_recipes : virtualenv
34+ . $(ACTIVATE ) && \
3435 ANDROID_SDK_HOME=$(ANDROID_SDK_HOME ) ANDROID_NDK_HOME=$(ANDROID_NDK_HOME ) \
3536 $(PYTHON ) ci/rebuild_updated_recipes.py
3637
Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ def build_arch(self, arch):
2525 def prebuild_arch (self , arch ):
2626 super (ZopeInterfaceRecipe , self ).prebuild_arch (arch )
2727 with current_directory (self .get_build_dir (arch .arch )):
28- sh .rm ('-rf' , 'src/zope/interface/tests' , 'src/zope/interface/common/tests' )
28+ sh .rm (
29+ '-rf' ,
30+ 'src/zope/interface/tests' ,
31+ 'src/zope/interface/common/tests' ,
32+ )
2933
3034
3135recipe = ZopeInterfaceRecipe ()
You can’t perform that action at this time.
0 commit comments