Skip to content

Commit b008f43

Browse files
committed
switch appveyor py2.7 build to 64 bit
1 parent ee32772 commit b008f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ environment:
1010
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
1111

1212
matrix:
13-
- PYTHON: "C:\\Python27-conda32"
13+
- PYTHON: "C:\\Python27-conda64"
1414
PYTHON_VERSION: "2.7"
15-
PYTHON_ARCH: "32"
15+
PYTHON_ARCH: "64"
1616

1717
- PYTHON: "C:\\Python34-conda64"
1818
PYTHON_VERSION: "3.4"

0 commit comments

Comments
 (0)