Fix shallow clone in travis-ci

This commit is contained in:
Anthony Sottile
2015-09-03 08:17:54 -07:00
parent 01ed16c31e
commit a8e1eaa512

View File

@@ -11,6 +11,8 @@ script: tox
before_install:
- git config --global user.name "Travis CI"
- git config --global user.email "user@example.com"
# Our tests inspect some of *our* git history
- git fetch --unshallow
after_success:
- coveralls
sudo: false