Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66c9dfa

Browse filesBrowse 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
Copy full SHA for 66c9dfa

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.