Skip to content

Commit 8a5e72c

Browse files
authored
Merge pull request #5682 from nicoddemus/disable-shallow-copy
Disable shallow cloning because of setuptools-scm
2 parents 1076a7e + cd924b6 commit 8a5e72c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ env:
1313
global:
1414
- PYTEST_ADDOPTS=-vv
1515

16+
# setuptools-scm needs all tags in order to obtain a proper version
17+
git:
18+
depth: false
19+
1620
install:
1721
- python -m pip install --upgrade --pre tox
1822

0 commit comments

Comments
 (0)