From 1e3d4e58b4d462bc3dbfd510874d0e037a5021a1 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Thu, 5 Dec 2019 22:54:43 +0100 Subject: [PATCH] Travis-CI: Don't use shallow clones This breaks setuptools_scm and therefore some tests which use the project version. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 511040303..c12ca3ba6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ python: - "3.7" - "3.8" cache: pip +git: + depth: false dist: xenial # command to install dependencies install: