Update .appveyor.yml

This commit is contained in:
Ryan Holmes
2019-10-16 09:25:14 -04:00
committed by GitHub
parent 3e53863f9e
commit 7819b80be4

View File

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