From 83ac8bfc5938c3b86e3032e97f69766674f7cb4d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 8 Feb 2021 12:49:12 -0700 Subject: [PATCH] MAINT: Disable TravisCI clone depth. This is needed so that versioneer can find the latest tag as the number of commits in master continue to grow. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index bd50c5f..51f0eae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,11 @@ dist: bionic services: docker os: linux +# Disable clone depth to make sure versioneer +# can find the most recent tag. +git: + depth: false + jobs: include: - os: linux