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

Commit b7d2513

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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 false
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)