Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 06aa9dc

Browse files
committed
Increase clone depth on TravisCI to get correct dev version string
1 parent 96e7cd5 commit 06aa9dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Get a less shallow clone; needed to get the commit count since
2+
# the previous release branch point right.
3+
git:
4+
depth: 3000
5+
16
env:
27
global:
38
- REPO_DIR=scipy

0 commit comments

Comments
 (0)