Skip to content

Commit 57903df

Browse files
committed
Fix envvar in appveyor script.
1 parent 08ccdf3 commit 57903df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ init:
3535
- set PYTHON=C:\PYTHON%PY_VER%
3636
- if %PLATFORM%==x64 (set PYTHON=%PYTHON%-x64)
3737
- set TOXPYTHON=%PYTHON%\python.exe
38-
- set PYTHON_ARCH="32"
39-
- if %PLATFORM%==x64 (set PYTHON_ARCH="64")
38+
- set PYTHON_ARCH=32
39+
- if %PLATFORM%==x64 (set PYTHON_ARCH=64)
4040

4141
# Put desired Python version in PATH
4242
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%

0 commit comments

Comments
 (0)