summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2018-10-18 16:44:39 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2018-10-27 15:38:11 +0200
commit1b68b7e8b24380ee687947bf908aaa6a90a67ab4 (patch)
tree5b61671d18e89dfab5ca1434b2842650cd72811d /.appveyor.yml
parent43666e78631b3b468fe794da13bfc5c6312e4e5f (diff)
downloadpip-1b68b7e8b24380ee687947bf908aaa6a90a67ab4.tar.gz
appveyor: only clone the first 50 commits
Same as the default on Travis CI.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
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"