[#715] Don't use shallow clone for builds

This commit is contained in:
Jonathan Wren 2019-11-09 14:03:26 -08:00
parent c5a61cc46f
commit aa5287e9e2

View file

@ -1,6 +1,8 @@
dist: xenial # required for Python >= 3.7 dist: xenial # required for Python >= 3.7
language: python language: python
python: "3.7" python: "3.7"
git:
depth: false
before_install: before_install:
- pip install poetry - pip install poetry
install: install: