Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2eee386

Browse files
committed
CI: Build conda packages on win py2.7
1 parent b2cb7e5 commit 2eee386

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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"'

0 commit comments

Comments
 (0)