Skip to content

Commit eb6f0e4

Browse files
committed
Merge pull request #152 from asottile/appveyor_cleanup
PYTHON_ARCH does nothing in appveyor
2 parents 63933eb + 35971cd commit eb6f0e4

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
@@ -2,17 +2,11 @@ version: "{build}"
22
environment:
33
matrix:
44
- PYTHON: "C:\\Python27"
5-
PYTHON_ARCH: 32
65
- PYTHON: "C:\\Python27-x64"
7-
PYTHON_ARCH: 64
86
- PYTHON: "C:\\Python34"
9-
PYTHON_ARCH: 32
107
- PYTHON: "C:\\Python34-x64"
11-
PYTHON_ARCH: 32
128
- PYTHON: "C:\\Python35"
13-
PYTHON_ARCH: 32
149
- PYTHON: "C:\\Python35-x64"
15-
PYTHON_ARCH: 64
1610
matrix:
1711
fast_finish: true
1812
init:

0 commit comments

Comments
 (0)