From 1b68b7e8b24380ee687947bf908aaa6a90a67ab4 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 18 Oct 2018 16:44:39 +0200 Subject: appveyor: only clone the first 50 commits Same as the default on Travis CI. --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index b7132272e..f3751517f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,6 +15,8 @@ environment: - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python36" +clone_depth: 50 + install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "python --version" -- cgit v1.2.1