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 2412f76 commit 66c9dfaCopy full SHA for 66c9dfa
1 file changed
.appveyor.yml
@@ -19,15 +19,15 @@ environment:
19
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
20
# one for 64bit because we construct envs anyway. But using one for the
21
# right python version is hopefully making it fast due to package caching.
22
- - PYTHON_VERSION: "2.7"
23
- CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
24
- TEST_ALL: "no"
25
- PYTHON_VERSION: "3.5"
26
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
27
TEST_ALL: "no"
28
- PYTHON_VERSION: "3.6"
29
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
30
+ - PYTHON_VERSION: "2.7"
+ CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
+ TEST_ALL: "no"
31
32
# We always use a 64-bit machine, but can build x86 distributions
33
# with the PYTHON_ARCH variable
0 commit comments