appveyor: only clone the first 50 commits

Same as the default on Travis CI.
This commit is contained in:
Benoit Pierre 2018-10-18 16:44:39 +02:00
parent 43666e7863
commit 1b68b7e8b2
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ environment:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
clone_depth: 50
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"