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 da58cb8 commit 08881f6Copy full SHA for 08881f6
appveyor.yml
@@ -19,13 +19,12 @@ environment:
19
- PYTHON: "C:\\Python34-x64"
20
DISTUTILS_USE_SDK: "1"
21
- PYTHON: "C:\\Python35-x64"
22
-
23
install:
24
# We need wheel installed to build wheels
25
- - %PYTHON%\python.exe -m pip install wheel
+ - ps: ($env:PYTHON)\python.exe -m pip install wheel
26
# - "%PYTHON%\\python.exe -m pip install six"
27
build_script:
28
- - %PYTHON%\python.exe setup.py bdist_wheel
+ - ps: ($env:PYTHON)\python.exe setup.py bdist_wheel
29
#test_script:
30
# - ps: "%PYTHON%\\Scripts\\pip.exe install --no-cache-dir --force-reinstall --ignore-installed ('dist\\' + (gci dist)[0].Name)"
31
# - mkdir c:\testdir
0 commit comments