File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ install:
6868 - cmd : copy "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars64.bat" "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat"
6969
7070 # same things as the requirements in ci/conda_recipe/meta.yaml
71- - 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
71+ - 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 msvc_runtime
7272 - activate test-environment
7373 - cmd : echo %PYTHON_VERSION% %TARGET_ARCH%
7474 - cmd : IF %PYTHON_VERSION% == 2.7 conda install -y functools32
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ requirements:
4141 - pyqt # [not osx]
4242 - tk # [linux and win]
4343 - functools32 # [py2k]
44+ - msvc_runtime
8D0E
# [win]
4445
4546 run :
4647 - python
@@ -51,10 +52,11 @@ requirements:
5152 - pytz
5253 - pyparsing
5354# - py2cairo # [linux and py2k]
54- - libpng # [unix]
55+ - libpng
5556 - pyqt # [not osx]
5657 - tk # [linux and win]
5758 - functools32 # [py2k]
59+ - msvc_runtime # [win]
5860
5961test :
6062 imports :
You can’t perform that action at this time.
0 commit comments