Update .appveyor.yml

This commit is contained in:
Ryan Holmes
2019-10-16 09:27:22 -04:00
committed by GitHub
parent 7819b80be4
commit 958d7bff99

View File

@@ -52,7 +52,7 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- ECHO "Install pip requirements:"
- "python -m ip install -r requirements.txt"
- "python -m pip install -r requirements.txt"
- "python -m pip install PyInstaller"
before_build: