8000 appveyor.yml yaml syntax fix. · pythonnet/pythonnet@2dc1b47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2dc1b47

Browse files
author
dse
committed
appveyor.yml yaml syntax fix.
1 parent 78d5d46 commit 2dc1b47

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
@@ -20,16 +20,16 @@ environment:
2020
- PYTHON_VERSION: 3.4
2121
- PYTHON_VERSION: 3.5
2222
- PYTHON_VERSION: 3.6
23-
- PYTHON_VERSION: 2.7
24-
BUILD_OPTS:--xplat
23+
- PYTHON_VERSION: 2.7
24+
BUILD_OPTS: --xplat
2525
- PYTHON_VERSION: 3.3
26-
BUILD_OPTS:--xplat
26+
BUILD_OPTS: --xplat
2727
- PYTHON_VERSION: 3.4
28-
BUILD_OPTS:--xplat
28+
BUILD_OPTS: --xplat
2929
- PYTHON_VERSION: 3.5
30-
BUILD_OPTS:--xplat
30+
BUILD_OPTS: --xplat
3131
- PYTHON_VERSION: 3.6
32-
BUILD_OPTS:--xplat
32+
BUILD_OPTS: --xplat
3333

3434
init:
3535
# Update Environment Variables based on matrix/platform

0 commit comments

Comments
 (0)
0