Skip to content

Commit 08881f6

Browse files
author
denfromufa
committed
Update appveyor.yml
1 parent da58cb8 commit 08881f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ environment:
1919
- PYTHON: "C:\\Python34-x64"
2020
DISTUTILS_USE_SDK: "1"
2121
- PYTHON: "C:\\Python35-x64"
22-
2322
install:
2423
# We need wheel installed to build wheels
25-
- %PYTHON%\python.exe -m pip install wheel
24+
- ps: ($env:PYTHON)\python.exe -m pip install wheel
2625
# - "%PYTHON%\\python.exe -m pip install six"
2726
build_script:
28-
- %PYTHON%\python.exe setup.py bdist_wheel
27+
- ps: ($env:PYTHON)\python.exe setup.py bdist_wheel
2928
#test_script:
3029
# - ps: "%PYTHON%\\Scripts\\pip.exe install --no-cache-dir --force-reinstall --ignore-installed ('dist\\' + (gci dist)[0].Name)"
3130
# - mkdir c:\testdir

0 commit comments

Comments
 (0)