Skip to content

Commit 52e28f7

Browse files
committed
CI: Debug appvery py27
[ci skip]
1 parent d1a75da commit 52e28f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ environment:
2727
CONDA_PY: "36"
2828
NUMPY: "1.11"
2929
IPADDRESS: ""
30+
# https://github.com/conda-forge/conda-forge-build-setup-feedstock/pull/48/files
31+
# VS is just for Py27
32+
VS: ""
3033

3134
- CONDA_ROOT: "C:\\Miniconda3_64"
3235
PYTHON_VERSION: "2.7"
3336
PYTHON_ARCH: "64"
3437
CONDA_PY: "27"
3538
NUMPY: "1.9"
3639
IPADDRESS: "ipaddress"
40+
VS: "vs2008_express_vc_python_patch"
3741

3842
# We always use a 64-bit machine, but can build x86 distributions
3943
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).
@@ -77,7 +81,8 @@ install:
7781
- cmd: conda info -a
7882

7983
# 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
8186
- cmd: conda create -q -n test-environment python=%PYTHON_VERSION% coverage cython flake8 hypothesis numpy pytest pytest-cov python-dateutil pytz six %IPADDRESS%
8287
- cmd: activate test-environment
8388
- cmd: conda list -n test-environment

0 commit comments

Comments
 (0)