8000 CI: drop 2.7 build due to conda-build bug · matplotlib/matplotlib@d15aff5 · GitHub
[go: up one dir, main page]

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 d15aff5

Browse files
committed
CI: drop 2.7 build due to conda-build bug
1 parent de92727 commit d15aff5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ environment:
2424
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
2525
# one for 64bit because we construct envs anyway. But using one for the
2626
# 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"
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"
3333
- TARGET_ARCH: "x64"
3434
CONDA_PY: "35"
3535
CONDA_NPY: "110"

0 commit comments

Comments
 (0)
0