Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926efd4 commit 152a1aeCopy full SHA for 152a1ae
.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