Removing reno which installation dies with:  DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version.
Removing "git fetch --unshallow --tags" which dies on: The command "git fetch --unshallow --tags" failed and exited with 128 during .
diff --git "a/\173\173cookiecutter.service_name\175\175/.travis.yml" "b/\173\173cookiecutter.service_name\175\175/.travis.yml"
index bd09d8d..2ed4aa8 100644
--- "a/\173\173cookiecutter.service_name\175\175/.travis.yml"
+++ "b/\173\173cookiecutter.service_name\175\175/.travis.yml"
@@ -8,10 +8,8 @@
     - apt-transport-https
 
 install:
-  - git fetch --unshallow --tags
   - pip install PyYAML
   - pip install virtualenv
-  - pip install reno
   - |
     test -e Gemfile || cat <<EOF > Gemfile
     source 'https://rubygems.org'