File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,10 @@ after_test:
83
83
- cmd : ' %CMD_IN_ENV% python setup.py bdist_wheel'
84
84
# Note also that our setup.py script, which is called by conda-build, writes
85
85
# a __conda_version__.txt file, so the version number on the binary package
86
- # is set dynamically. This unfortunately mean that conda build --output
86
+ # is set dynamically. This unfortunately means that conda build --output
87
87
# doesn't really work.
88
88
- cmd : ' %CMD_IN_ENV% conda config --get channels'
89
- # we can't build conda packages on 27 due to missing functools32, which is a recent
90
- # additional dependency for matplotlib
91
- - cmd : if [%CONDA_PY%] NEQ [27] %CMD_IN_ENV% conda build .\ci\conda_recipe
89
+ - cmd : ' %CMD_IN_ENV% conda build .\ci\conda_recipe'
92
90
# Move the conda package into the dist directory, to register it
93
91
# as an "artifact" for Appveyor.
94
92
- cmd : ' copy /Y %PYTHON%\conda-bld\win-32\*.bz2 dist || cmd /c "exit /b 0"'
You can’t perform that action at this time.
0 commit comments