Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66c9dfa

Browse files
committed
Build Python 2.7 last on AppVeyor.
This way, we can still see that Python 3 is working, without disabling fast finish. There's still more work to be done to fix Python 2.
1 parent 2412f76 commit 66c9dfa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ environment:
1919
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
2020
# one for 64bit because we construct envs anyway. But using one for the
2121
# 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"
2522
- PYTHON_VERSION: "3.5"
2623
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
2724
TEST_ALL: "no"
2825
- PYTHON_VERSION: "3.6"
2926
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
3027
TEST_ALL: "no"
28+
- PYTHON_VERSION: "2.7"
29+
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
30+
TEST_ALL: "no"
3131

3232
# We always use a 64-bit machine, but can build x86 distributions
3333
# with the PYTHON_ARCH variable

0 commit comments

Comments
 (0)