Remove --unshallow fetch from travis-ci config

This commit is contained in:
Anthony Sottile 2017-09-05 16:40:08 -07:00
parent 3e507bf8bd
commit 68ce070b65
2 changed files with 10 additions and 9 deletions

View file

@ -16,8 +16,6 @@ matrix:
install: pip install coveralls tox
script: tox
before_install:
# Our tests inspect some of *our* git history
- git fetch --unshallow
- git --version
- |
if [ "$LATEST_GIT" = "1" ]; then