Merge pull request #351 from dean0x7d/fix-win-test-capture

Workaround for random failure of pytest capture on Windows
This commit is contained in:
Wenzel Jakob 2016-08-23 01:27:36 +02:00 committed by GitHub
commit b692896fc7

View File

@ -29,4 +29,5 @@ install:
build_script:
- cmake -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- set PYTEST_ADDOPTS="-s" # workaround for pytest capture issue, see #351
- cmake --build . --config Release --target pytest -- /v:m /logger:%MSBuildLogger%