Skip to content

Commit acf2ba3

Browse files
authored
Merge pull request #22 from pywin32/xoviat-patch-1
Set fast failure and force build failure on py3.6.
2 parents 7e3cd40 + 277af84 commit acf2ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ environment:
4646
TEST1_CMD: "py.test"
4747

4848
matrix:
49-
allow_failures:
50-
- PYTHON_VERSION: "3.6"
49+
fast_finish: true
5150

5251
cache:
5352
# Cache downloaded pip packages.

0 commit comments

Comments
 (0)