Travis-CI: Don't use shallow clones
This breaks setuptools_scm and therefore some tests which use the project version.
This commit is contained in:
parent
adb3db3d22
commit
1e3d4e58b4
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ python:
|
|||
- "3.7"
|
||||
- "3.8"
|
||||
cache: pip
|
||||
git:
|
||||
depth: false
|
||||
dist: xenial
|
||||
# command to install dependencies
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue