We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ccdf3 commit 57903dfCopy full SHA for 57903df
appveyor.yml
@@ -35,8 +35,8 @@ init:
35
- set PYTHON=C:\PYTHON%PY_VER%
36
- if %PLATFORM%==x64 (set PYTHON=%PYTHON%-x64)
37
- set TOXPYTHON=%PYTHON%\python.exe
38
- - set PYTHON_ARCH="32"
39
- - if %PLATFORM%==x64 (set PYTHON_ARCH="64")
+ - set PYTHON_ARCH=32
+ - if %PLATFORM%==x64 (set PYTHON_ARCH=64)
40
41
# Put desired Python version in PATH
42
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
0 commit comments