Try fixing YAML formatting in AppVeyor config file

This commit is contained in:
Chris Wood 2019-10-07 16:10:37 -04:00
parent 105ddc005e
commit 42f78e6624

View File

@ -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.