File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,12 +83,10 @@ after_test:
8383 - cmd : ' %CMD_IN_ENV% python setup.py bdist_wheel'
8484 # Note also that our setup.py script, which is called by conda-build, writes
8585 # 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
8787 # doesn't really work.
8888 - 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'
9290 # Move the conda package into the dist directory, to register it
9391 # as an "artifact" for Appveyor.
9492 - 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