File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,23 +55,23 @@ environment:
5555 PYTHON_BLD : " C:\\ Python35-x64"
5656
5757install :
58- - " %PYTHON%\\ python.exe -m pip install --upgrade pip"
59- - " %PYTHON%\\ python.exe -m pip install wheel"
60- - " %PYTHON%\\ python.exe -m pip install six"
61-
6258# install conda and deps
6359- powershell .\ci\install.ps1
6460- " %PYTHON_BLD%\\ Scripts\\ conda config --set show_channel_urls true --set always_yes true --set changeps1 false"
6561- " %PYTHON_BLD%\\ Scripts\\ conda update -q conda"
6662- " %PYTHON_BLD%\\ Scripts\\ conda info -a"
6763
64+ # install for wheels
65+ - " %PYTHON%\\ python.exe -m pip install --upgrade pip"
66+ - " %PYTHON%\\ python.exe -m pip install wheel"
67+ - " %PYTHON%\\ python.exe -m pip install six"
68+
6869build_script :
6970# build wheel
7071- " %PYTHON%\\ python.exe setup.py bdist_wheel"
7172
72- # build conda package; remove when done
73+ # build conda package
7374- cmd : " %PYTHON_BLD%\\ Scripts\\ conda build conda.recipe"
74- - cmd : " %PYTHON_BLD%\\ Scripts\\ conda remove clr --force"
7575
7676test_script :
7777 - ps : ' & "$env:PYTHON\\Scripts\\pip.exe" install --no-cache-dir --force-reinstall --ignore-installed ("dist\\" + (gci dist)[0].Name)'
You can’t perform that action at this time.
0 commit comments