From 42f78e662405d6b5f48ee8567a976bdae9a22fa3 Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Mon, 7 Oct 2019 16:10:37 -0400 Subject: [PATCH] Try fixing YAML formatting in AppVeyor config file --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ff200d9f7..8f00eff98 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,10 +52,10 @@ test_script: - | %PYTHON%\Scripts\tox.exe -e coverage %PYTHON%\Scripts\tox.exe -e pyinstaller - # To verify that the resultant PyInstaller-generated binary executes - # cleanly (i.e., that it terminates with an exit code of 0 and isn't - # failing due to import/packaging-related errors, etc.). - dist\Tahoe-LAFS\tahoe.exe --version + # To verify that the resultant PyInstaller-generated binary executes + # cleanly (i.e., that it terminates with an exit code of 0 and isn't + # failing due to import/packaging-related errors, etc.). + - dist\Tahoe-LAFS\tahoe.exe --version after_test: # This builds the main tahoe wheel, and wheels for all dependencies.