Merge pull request #5682 from nicoddemus/disable-shallow-copy

Disable shallow cloning because of setuptools-scm
This commit is contained in:
Anthony Sottile 2019-08-01 09:28:26 -07:00 committed by GitHub
commit 8a5e72c936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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