File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ install:
60
60
# this is now the downloaded conda...
61
61
- conda info -a
62
62
# same things as the requirements in ci/conda_recipe/meta.yaml
63
- - cmd : conda create -y -q -n test-environment python=%PYTHON_VERSION% pip setuptools numpy python-dateutil freetype=2.5 msinttypes tk pyparsing pytz tornado libpng zlib pyqt cycler nose mock
63
+ - cmd : conda create -y -q -n test-environment python=%PYTHON_VERSION% pip setuptools numpy python-dateutil freetype msinttypes tk pyparsing pytz tornado libpng zlib pyqt cycler nose mock
64
64
- activate test-environment
65
65
- cmd : echo %PYTHON_VERSION% %TARGET_ARCH%
66
66
- cmd : IF %PYTHON_VERSION% == 2.7 conda install -y functools32
@@ -94,6 +94,8 @@ after_test:
94
94
# is set dynamically. This unfortunately means that conda build --output
95
95
# doesn't really work.
96
96
- cmd : ' %CMD_IN_ENV% conda config --get channels'
97
+ # cleanup build files so that they don't pollute the conda build but keep the wheel in dist...
98
+ - cmd : git clean -d -x -f -e dist/
97
99
- cmd : ' %CMD_IN_ENV% conda build .\ci\conda_recipe'
98
100
# Move the conda package into the dist directory, to register it
99
101
# as an "artifact" for Appveyor.
You can’t perform that action at this time.
0 commit comments