From 6c93acfab96235e25aa2915be6189a387e13f06f Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Fri, 4 Oct 2019 09:50:21 -0400 Subject: [PATCH] Try testing PyInstaller builds on AppVeyor --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 640701b77..08e9ae762 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,6 +51,8 @@ test_script: # to put the Python version you want to use on PATH. - | %PYTHON%\Scripts\tox.exe -e coverage + %PYTHON%\Scripts\tox.exe -e pyinstaller + dist\Tahoe-LAFS\tahoe.exe --version after_test: # This builds the main tahoe wheel, and wheels for all dependencies.