Skip to content

Commit cd924b6

Browse files
committed
Disable shallow cloning because of setuptools-scm
setuptools-scm needs all tags to guess the version correctly
1 parent 1076a7e commit cd924b6

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)