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

Skip to content

Commit 1fb465a

Browse files
committed
Merge pull request #6116 from tacaswell/ci_fix_appveyor
CI: try explicitly including msvc_runtime
2 parents e39dfa5 + f8de511 commit 1fb465a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ci/conda_recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ requirements:
4141
- pyqt # [not osx]
4242
- tk # [linux and win]
4343
- functools32 # [py2k]
44+
- msvc_runtime # [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

5961
test:
6062
imports:

0 commit comments

Comments
 (0)