From cd924b66ca6dc3980c0a53fb14b3b932b37b804f Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 1 Aug 2019 09:37:02 -0300 Subject: [PATCH] Disable shallow cloning because of setuptools-scm setuptools-scm needs all tags to guess the version correctly --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8053eed65..af33d672e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,10 @@ env: global: - PYTEST_ADDOPTS=-vv +# setuptools-scm needs all tags in order to obtain a proper version +git: + depth: false + install: - python -m pip install --upgrade --pre tox