Skip to content

Commit eaf05e9

Browse files
authored
Merge pull request #7960 from jkseppan/disable-py34-appveyor
CI: Don't try to build for py34 on appveyor
2 parents 7b79174 + 0ae43f2 commit eaf05e9

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)