diff --git a/appveyor.yml b/appveyor.yml index 3149c0d6..24f0e40c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,6 +41,7 @@ install: # - ps: "ls \"C:/\"" # Check that we have the expected version and architecture for Python + - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""