Skip to content

Commit 2e345fd

Browse files
committed
Disable shallow cloning because of setuptools-scm
setuptools-scm needs all tags to guess the version correctly
1 parent 400393c commit 2e345fd

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)