Skip to content

Commit b13c68a

Browse files
authored
Merge pull request #9011 from tacaswell/ci_reanble_appveyor_27
CI: re-enable py2.7 testing on appveyor
2 parents 7f40b09 + 152a1ae commit b13c68a

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)