Skip to content

Commit 0bb5764

Browse files
committed
Allow our clone to be deeper to help tests to work
1 parent b9d189d commit 0bb5764

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ python:
66
- "3.4"
77
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
88

9+
git:
10+
# a higher depth is needed for one of the tests - lets fet
11+
depth: 1000
912
install:
1013
- pip install coveralls
1114
script:

0 commit comments

Comments
 (0)