Skip to content

Commit 37f49d8

Browse files
committed
Stop crlf messages in appveyor
1 parent 51cf46e commit 37f49d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ build: false
1919

2020
before_test:
2121
# Shut up CRLF messages
22+
- git config --global core.autocrlf false
2223
- git config --global core.safecrlf false
2324

2425
test_script: tox

0 commit comments

Comments
 (0)