Disable shallow cloning because of setuptools-scm

setuptools-scm needs all tags to guess the version correctly
This commit is contained in:
Bruno Oliveira 2019-08-01 09:37:02 -03:00 committed by Bruno Oliveira
parent 1076a7e61d
commit cd924b66ca
1 changed files with 4 additions and 0 deletions

View File

@ -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