Skip to content

Commit 0ae43f2

Browse files
committed
Don't try to build for py34 on appveyor
The build keeps failing with conda/conda#4407 which seems to be a problem with our conda-forge dependencies, and it doesn't look like we can fix the problem quickly.
1 parent 7b79174 commit 0ae43f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ environment:
3232
PYTHON_VERSION: "2.7"
3333
TEST_ALL: "no"
3434
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
35-
- TARGET_ARCH: "x64"
36-
CONDA_PY: "34"
37-
CONDA_NPY: "110"
38-
PYTHON_VERSION: "3.4"
39-
TEST_ALL: "no"
40-
CONDA_INSTALL_LOCN: "C:\\Miniconda3-x64"
4135
- TARGET_ARCH: "x64"
4236
CONDA_PY: "35"
4337
CONDA_NPY: "110"

0 commit comments

Comments
 (0)