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:
68
68
- 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"
69
69
70
70
# 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
72
72
- activate test-environment
73
73
- cmd : echo %PYTHON_VERSION% %TARGET_ARCH%
74
74
- 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:
41
41
- pyqt # [not osx]
42
42
- tk # [linux and win]
43
43
- functools32 # [py2k]
44
+ - msvc_runtime # [win]
44
45
45
46
run :
46
47
- python
@@ -51,10 +52,11 @@ requirements:
51
52
- pytz
52
53
- pyparsing
53
54
# - py2cairo # [linux and py2k]
54
- - libpng # [unix]
55
+ - libpng
55
56
- pyqt # [not osx]
56
57
- tk # [linux and win]
57
58
- functools32 # [py2k]
59
+ - msvc_runtime # [win]
58
60
59
61
test :
60
62
imports :
You can’t perform that action at this time.
0 commit comments