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:
Tobias Gruetzmacher 2019-12-05 22:54:43 +01:00
parent adb3db3d22
commit 1e3d4e58b4

View file

@ -6,6 +6,8 @@ python:
- "3.7" - "3.7"
- "3.8" - "3.8"
cache: pip cache: pip
git:
depth: false
dist: xenial dist: xenial
# command to install dependencies # command to install dependencies
install: install: