Try testing PyInstaller builds on AppVeyor

This commit is contained in:
Chris Wood 2019-10-04 09:50:21 -04:00
parent 6299322b9e
commit 6c93acfab9

View File

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