@@ -56,18 +56,11 @@ install:
56
56
- activate test-environment
57
57
# This is needed for the installer to find the dlls...
58
58
- set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib
59
- - dir %LIBRARY_LIB%
60
59
- cmd : ' mkdir lib || cmd /c "exit /b 0"'
61
60
- copy %LIBRARY_LIB%\zlibstatic.lib lib\z.lib
62
61
- copy %LIBRARY_LIB%\libpng_static.lib lib\png.lib
63
- - set LIB=%LIBRARY_LIB%;.\lib
64
- - set LIBPATH=%LIBRARY_LIB%;.\lib
65
- - set LIB_INC=%CONDA_DEFAULT_ENV%\Library\include
66
- - set INCLUDE=%LIB_INC%;%LIB_INC%\freetype2;WhateverInclude
67
- - set CPLUS_INCLUDE_PATH=%LIB_INC%\freetype2;%LIB_INC%;WhateverCPLUS
68
- - dir %LIB_INC%
69
- - dir %LIB_INC%\freetype2
70
- # Show the installed packages + versions
62
+ - set MPLBASEDIRLIST=%CONDA_DEFAULT_ENV%\Library\;.
63
+ # Show the installed packages + versions
71
64
- conda list
72
65
73
66
test_script :
@@ -87,12 +80,6 @@ after_test:
87
80
# is set dynamically. This unfortunately mean that conda build --output
88
81
# doesn't really work.
89
82
- cmd : ' %CMD_IN_ENV% conda config --get channels'
90
- # These vars get included in the conda env, so cleanup out current conda env
91
- - set LIB=
92
- - set LIBPATH=
93
- - set INCLUDE=
94
- - set LIB_INC=
95
- - set
96
83
# we can't build conda packages on 27 due to missing functools32, which is a recent
97
84
# additional dependency for matplotlib
98
85
- cmd : if [%CONDA_PY%] NEQ [27] %CMD_IN_ENV% conda build .\ci\conda_recipe
0 commit comments