File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,23 +55,23 @@ environment:
55
55
PYTHON_BLD : " C:\\ Python35-x64"
56
56
57
57
install :
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
-
62
58
# install conda and deps
63
59
- powershell .\ci\install.ps1
64
60
- " %PYTHON_BLD%\\ Scripts\\ conda config --set show_channel_urls true --set always_yes true --set changeps1 false"
65
61
- " %PYTHON_BLD%\\ Scripts\\ conda update -q conda"
66
62
- " %PYTHON_BLD%\\ Scripts\\ conda info -a"
67
63
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
+
68
69
build_script :
69
70
# build wheel
70
71
- " %PYTHON%\\ python.exe setup.py bdist_wheel"
71
72
72
- # build conda package; remove when done
73
+ # build conda package
73
74
- cmd : " %PYTHON_BLD%\\ Scripts\\ conda build conda.recipe"
74
- - cmd : " %PYTHON_BLD%\\ Scripts\\ conda remove clr --force"
75
75
76
76
test_script :
77
77
- 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