From 6922dbd56d2faf975bfa4608468110919ee42827 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Sun, 25 Mar 2018 16:02:22 +0200 Subject: [PATCH] Remove travis clone depth The changelog generation depends on this. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d1fe125..cdd1246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - '3.4' - '3.5' - '3.6' +git: + depth: false install: pip install codecov gitchangelog tox-travis script: tox after_success: