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

This commit is contained in:
Jonathan Wren 2019-11-09 14:03:26 -08:00
parent 63cc9785c5
commit 21ef8dd8ea

View file

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