File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,17 @@ environment:
27
27
CONDA_PY : " 36"
28
28
NUMPY : " 1.11"
29
29
IPADDRESS : " "
30
+ # https://github.com/conda-forge/conda-forge-build-setup-feedstock/pull/48/files
31
+ # VS is just for Py27
32
+ VS : " "
30
33
31
34
- CONDA_ROOT : " C:\\ Miniconda3_64"
32
35
PYTHON_VERSION : " 2.7"
33
36
PYTHON_ARCH : " 64"
34
37
CONDA_PY : " 27"
35
38
NUMPY : " 1.9"
36
39
IPADDRESS : " ipaddress"
40
+ VS : " vs2008_express_vc_python_patch"
37
41
38
42
# We always use a 64-bit machine, but can build x86 distributions
39
43
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
@@ -77,7 +81,8 @@ install:
77
81
- cmd : conda info -a
78
82
79
83
# create our env
80
- - cmd : conda install -q -y conda-build anaconda-client
84
+ - cmd : conda install -q -y conda-build anaconda-client %VS%
85
+ - cmd : call setup_x64 # https://github.com/conda-forge/conda-forge-build-setup-feedstock/pull/48/files
81
86
- cmd : conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six %IPADDRESS%
82
87
- cmd : activate test-environment
83
88
- cmd : conda list -n test-environment
You can’t perform that action at this time.
0 commit comments