We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de92727 commit d15aff5Copy full SHA for d15aff5
.appveyor.yml
@@ -24,12 +24,12 @@ environment:
24
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
25
# one for 64bit because we construct envs anyway. But using one for the
26
# right python version is hopefully making it fast due to package caching.
27
- - TARGET_ARCH: "x64"
28
- CONDA_PY: "27"
29
- CONDA_NPY: "18"
30
- PYTHON_VERSION: "2.7"
31
- TEST_ALL: "no"
32
- CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
+ # - TARGET_ARCH: "x64"
+ # CONDA_PY: "27"
+ # CONDA_NPY: "18"
+ # PYTHON_VERSION: "2.7"
+ # TEST_ALL: "no"
+ # CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
33
- TARGET_ARCH: "x64"
34
CONDA_PY: "35"
35
CONDA_NPY: "110"
0 commit comments