8000 Fixed appveyor "allow_failures" syntax. · pythonnet/pythonnet@386a034 · GitHub
[go: up one dir, main page]

Skip to content

Commit 386a034

Browse files
author
Benoit Hudson
committed
Fixed appveyor "allow_failures" syntax.
1 parent 4bac40e commit 386a034

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ environment:
1717
matrix:
1818
- PYTHON_VERSION: 2.7
1919
BUILD_OPTS: --xplat
20+
- PYTHON_VERSION: 3.4
21+
BUILD_OPTS: --xplat
2022
- PYTHON_VERSION: 3.5
2123
BUILD_OPTS: --xplat
2224
- PYTHON_VERSION: 3.6
2325
BUILD_OPTS: --xplat
2426
- PYTHON_VERSION: 2.7
27+
- PYTHON_VERSION: 3.4
2528
- PYTHON_VERSION: 3.5
2629
- PYTHON_VERSION: 3.6
30+
31+
matrix:
2732
allow_failures:
2833
- PYTHON_VERSION: 3.4
2934
BUILD_OPTS: --xplat

0 commit comments

Comments
 (0)
0