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 400393cfe4
commit 2e345fd277

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