Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 087e1c6

Browse files
committed
Check if git core.autocrlf setting makes unit tests fail in appveyor
1 parent db33672 commit 087e1c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ environment:
1212
- PYTHON_INSTALL: "C:\\Python34"
1313
- PYTHON_INSTALL: "C:\\Python35"
1414

15+
init:
16+
- git config --global core.autocrlf true
17+
1518
install:
1619
# Make compiler available (use MSVC 2013, 32 bit)
1720
- call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86

0 commit comments

Comments
 (0)