Stop crlf messages in appveyor

This commit is contained in:
Anthony Sottile 2018-06-03 21:33:10 -07:00
parent 51cf46e660
commit 37f49d8fd4

View file

@ -19,6 +19,7 @@ build: false
before_test:
# Shut up CRLF messages
- git config --global core.autocrlf false
- git config --global core.safecrlf false
test_script: tox